mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 14:24:16 +01:00
switch to chosen video mode on first load if not automatic
This commit is contained in:
parent
84dc0cd3b4
commit
2246982692
@ -23,6 +23,7 @@
|
||||
#include "filebrowser.h"
|
||||
#include "menu.h"
|
||||
#include "fileop.h"
|
||||
#include "gcvideo.h"
|
||||
#include "pad.h"
|
||||
|
||||
struct SGCSettings GCSettings;
|
||||
@ -633,6 +634,10 @@ bool LoadPrefs()
|
||||
CreateDirectory(dirPath);
|
||||
}
|
||||
|
||||
if(GCSettings.videomode > 0) {
|
||||
ResetVideo_Menu();
|
||||
}
|
||||
|
||||
#ifdef HW_RVL
|
||||
bg_music = (u8 * )bg_music_ogg;
|
||||
bg_music_size = bg_music_ogg_size;
|
||||
|
Loading…
Reference in New Issue
Block a user