forked from Mirror/GodMode9
new3DS FCRAM is always enabled nowadays, so the IS_UNLOCKED check is wrong
This commit is contained in:
parent
5e307a3f32
commit
4e9721db9b
@ -94,7 +94,7 @@ bool ReadVMemDir(VirtualFile* vfile, VirtualDir* vdir) { // uses a generic vdir
|
||||
memcpy(vfile, templates + vdir->index, sizeof(VirtualFile));
|
||||
|
||||
// process special flags
|
||||
if (((vfile->flags & VFLAG_N3DS_EXT) && (IS_O3DS || IS_UNLOCKED)) || // this is not on O3DS consoles and locked by sighax
|
||||
if (((vfile->flags & VFLAG_N3DS_EXT) && (IS_O3DS)) || // this is not on O3DS consoles and locked by sighax
|
||||
((vfile->flags & VFLAG_OTP) && !(IS_UNLOCKED)) || // OTP still locked
|
||||
((vfile->flags & VFLAG_BOOT9) && !(HAS_BOOT9)) || // boot9 not found
|
||||
((vfile->flags & VFLAG_BOOT11) && !(HAS_BOOT11)) || // boot11 not found
|
||||
|
Loading…
x
Reference in New Issue
Block a user