mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
platform, clear status remnants after renderer switching by hotkey
This commit is contained in:
parent
35821b373c
commit
ebd9c86a6c
3 changed files with 8 additions and 1 deletions
|
@ -244,6 +244,7 @@ static void apply_renderer(void)
|
|||
void plat_video_toggle_renderer(int change, int is_menu)
|
||||
{
|
||||
change_renderer(change);
|
||||
plat_video_clear_buffers();
|
||||
|
||||
if (!is_menu) {
|
||||
apply_renderer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue