mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 04:30:10 +00:00
Windows GUI: set "frameskip" to 1 when switching to fullscreen mode
This commit is contained in:
parent
05f4a79aa9
commit
b57b53ee75
@ -50,4 +50,3 @@ Windows
|
||||
- video_windows.cpp: implement with DirectX
|
||||
- audio_windows.cpp, scsi_windows.cpp: merge from original Windows version
|
||||
- GUI: handle NDIS interfaces
|
||||
- GUI: make switch to "Fullscreen" mode set "frameskip" to 0
|
||||
|
@ -833,6 +833,7 @@ static void mn_fullscreen(...)
|
||||
{
|
||||
display_type = DISPLAY_SCREEN;
|
||||
hide_show_graphics_widgets();
|
||||
PrefsReplaceInt32("frameskip", 1);
|
||||
}
|
||||
|
||||
// "5 Hz".."60Hz" selected
|
||||
|
Loading…
Reference in New Issue
Block a user