Fixed a typo

This commit is contained in:
d0k3 2016-11-16 00:27:04 +01:00
parent 049b6b0ea0
commit 314ea7793d

View File

@ -35,7 +35,7 @@ bool ReadVMemDir(VirtualFile* vfile) {
// process special flag
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
return true;