From 314ea7793dfcabd611537aa06996582c8eea5b43 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 16 Nov 2016 00:27:04 +0100 Subject: [PATCH] Fixed a typo --- source/virtual/vmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/virtual/vmem.c b/source/virtual/vmem.c index f35281f..73b511c 100644 --- a/source/virtual/vmem.c +++ b/source/virtual/vmem.c @@ -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;