mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
switch to chosen video mode on first load if not automatic
This commit is contained in:
parent
682c28a88a
commit
1743e6948e
@ -19,6 +19,7 @@
|
||||
#include "vbagx.h"
|
||||
#include "menu.h"
|
||||
#include "fileop.h"
|
||||
#include "video.h"
|
||||
#include "filebrowser.h"
|
||||
#include "input.h"
|
||||
#include "button_mapping.h"
|
||||
@ -857,6 +858,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