mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-25 17:20:57 +02:00
Fix the GUI on some Windows 10 machines (Intel HD?). Fixes #112
This commit is contained in:
@@ -1185,6 +1185,10 @@ void run_gui(bool is_running)
|
|||||||
}
|
}
|
||||||
|
|
||||||
render_texture(pixels, NULL);
|
render_texture(pixels, NULL);
|
||||||
|
#ifdef _WIN32
|
||||||
|
/* Required for some Windows 10 machines, god knows why */
|
||||||
|
render_texture(pixels, NULL);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
} while (SDL_WaitEvent(&event));
|
} while (SDL_WaitEvent(&event));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user