Skip to content

Commit

Permalink
switch to chosen video mode on first load if not automatic
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Jul 18, 2022
1 parent 84dc0cd commit 2246982
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "filebrowser.h"
#include "menu.h"
#include "fileop.h"
#include "gcvideo.h"
#include "pad.h"

struct SGCSettings GCSettings;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2246982

Please sign in to comment.