This commit is contained in:
Naim2000 2024-04-24 18:38:09 -05:00
parent 0895174fbb
commit 3ca05bb55d
1 changed files with 0 additions and 3 deletions

View File

@ -728,9 +728,6 @@ s32 Wad_Install(FILE *fp)
__aligned(0x20)
cIOSInfo build_tag = {};
printf("build_tag@%p\n", &build_tag);
__asm__ volatile ( ".long -1" );
ret = FSOPReadOpenFile(fp, (void*)&build_tag, content0_offset, sizeof(cIOSInfo));
if (ret != 1)
goto err;