Add tweak to enable/disable TV settings screen

This commit is contained in:
Max Roncace
2026-03-17 01:07:22 -04:00
parent 4d3330acf5
commit 970664d7f9
5 changed files with 63 additions and 24 deletions
+4
View File
@@ -48,6 +48,7 @@ public:
void FileSelectClose();
void brightCheckOpen();
void brightCheck();
void doPreLoadSetup();
void changeGameScene();
#if VERSION == VERSION_GCN_PAL
@@ -70,6 +71,9 @@ private:
/* 0x41E */ u8 mWaitTimer;
/* 0x41F */ u8 field_0x41f;
/* 0x420 */ u8 field_0x420;
#if TARGET_PC
bool mShowTvSettingsScreen;
#endif
};
#endif /* D_S_D_S_NAME_H */
+1
View File
@@ -27,6 +27,7 @@ struct UserSettings {
struct {
// QoL
bool enableQuickTransform;
bool hideTvSettingsScreen;
// Preferences
bool enableMirrorMode;