mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fixed a typo
This commit is contained in:
parent
049b6b0ea0
commit
314ea7793d
@ -35,7 +35,7 @@ bool ReadVMemDir(VirtualFile* vfile) {
|
|||||||
|
|
||||||
// process special flag
|
// process special flag
|
||||||
if ((vfile->flags & VFLAG_N3DS_ONLY) && (GetUnitPlatform() != PLATFORM_N3DS))
|
if ((vfile->flags & VFLAG_N3DS_ONLY) && (GetUnitPlatform() != PLATFORM_N3DS))
|
||||||
return false; // this is not on O3DS consoles
|
continue; // this is not on O3DS consoles
|
||||||
|
|
||||||
// found if arriving here
|
// found if arriving here
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user