Skip to content

Commit f6dbed4

Browse files
committed
Temporarily disable GBA VC Save dumps from SD
1 parent 2917a96 commit f6dbed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/godmode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ u32 FileHandlerMenu(char* current_path, u32* cursor, u32* scroll, PaneData** pan
865865
bool scriptable = (FTYPE_SCRIPT(filetype));
866866
bool bootable = (FTYPE_BOOTABLE(filetype));
867867
bool installable = (FTYPE_INSTALLABLE(filetype));
868-
bool agbexportable = (FTPYE_AGBSAVE(filetype));
868+
bool agbexportable = (FTPYE_AGBSAVE(filetype) && (drvtype & DRV_VIRTUAL) && (drvtype & DRV_SYSNAND));
869869
bool agbimportable = (FTPYE_AGBSAVE(filetype) && (drvtype & DRV_VIRTUAL) && (drvtype & DRV_SYSNAND));
870870
bool special_opt = mountable || verificable || decryptable || encryptable || cia_buildable || cia_buildable_legit || cxi_dumpable || tik_buildable || key_buildable || titleinfo || renamable || transferable || hsinjectable || restorable || xorpadable || ebackupable || ncsdfixable || extrcodeable || keyinitable || bootable || scriptable || installable || agbexportable || agbimportable;
871871

0 commit comments

Comments
 (0)