Windows GUI: set "frameskip" to 1 when switching to fullscreen mode

This commit is contained in:
gbeauche 2005-11-22 22:57:30 +00:00
parent 05f4a79aa9
commit b57b53ee75
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -833,6 +833,7 @@ static void mn_fullscreen(...)
{
display_type = DISPLAY_SCREEN;
hide_show_graphics_widgets();
PrefsReplaceInt32("frameskip", 1);
}
// "5 Hz".."60Hz" selected