GBA: Fix build

This commit is contained in:
Jeffrey Pfau 2016-01-10 19:40:49 -08:00
parent 5c082b86dc
commit 702536c0d1
1 changed files with 0 additions and 3 deletions

View File

@ -765,9 +765,6 @@ uint16_t GBAIORead(struct GBA* gba, uint32_t address) {
return GBALoadBad(gba->cpu);
case REG_SOUNDBIAS:
case REG_JOYCNT:
case REG_JOY_RECV:
case REG_JOY_TRANS:
case REG_KEYCNT:
case REG_POSTFLG:
GBALog(gba, GBA_LOG_STUB, "Stub I/O register read: %03x", address);