aboutsummaryrefslogtreecommitdiff
path: root/Source/MemCard.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/MemCard.c')
-rw-r--r--Source/MemCard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/MemCard.c b/Source/MemCard.c
index 5050957..f55facf 100644
--- a/Source/MemCard.c
+++ b/Source/MemCard.c
@@ -708,6 +708,8 @@ bool MemCardReadSector(TYPE_BLOCK_DATA * ptrBlockData, int sector)
" 0 and 511 are allowed!\n", sector);
return false;
}
+
+ while(GfxIsGPUBusy() == true);
result = McReadSector(ptrBlockData->Slot, sector, DataBuffer);