Add option --no-mipmaps
Add an option to disable trilinear filtering even if mipmapping is available.
This commit is contained in:
@@ -76,7 +76,7 @@ screen_init_rendering(struct screen *screen, const char *window_title,
|
||||
struct size frame_size, bool always_on_top,
|
||||
int16_t window_x, int16_t window_y, uint16_t window_width,
|
||||
uint16_t window_height, bool window_borderless,
|
||||
uint8_t rotation);
|
||||
uint8_t rotation, bool mipmaps);
|
||||
|
||||
// show the window
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user