switch to chosen video mode on first load if not automatic

This commit is contained in:
Daryl Borth 2022-07-18 13:04:30 -06:00
parent 6b418eddec
commit 88deb038bc

View File

@ -19,6 +19,7 @@
#include "snes9xgx.h"
#include "menu.h"
#include "fileop.h"
#include "video.h"
#include "filebrowser.h"
#include "input.h"
#include "button_mapping.h"
@ -750,6 +751,10 @@ bool LoadPrefs()
CreateDirectory(dirPath);
}
if(GCSettings.videomode > 0) {
ResetVideo_Menu();
}
ChangeLanguage();
#ifdef HW_RVL