mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
switch to chosen video mode on first load if not automatic
This commit is contained in:
parent
6b418eddec
commit
88deb038bc
@ -19,6 +19,7 @@
|
|||||||
#include "snes9xgx.h"
|
#include "snes9xgx.h"
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
#include "fileop.h"
|
#include "fileop.h"
|
||||||
|
#include "video.h"
|
||||||
#include "filebrowser.h"
|
#include "filebrowser.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
#include "button_mapping.h"
|
#include "button_mapping.h"
|
||||||
@ -750,6 +751,10 @@ bool LoadPrefs()
|
|||||||
CreateDirectory(dirPath);
|
CreateDirectory(dirPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(GCSettings.videomode > 0) {
|
||||||
|
ResetVideo_Menu();
|
||||||
|
}
|
||||||
|
|
||||||
ChangeLanguage();
|
ChangeLanguage();
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
|
Loading…
Reference in New Issue
Block a user