Skip to content

Commit

Permalink
Don't log unknown GBI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostlyDark committed Dec 4, 2024
1 parent 89346ec commit da8b62b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GBI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ GBIInfo GBI;
void GBI_Unknown( u32 w0, u32 w1 )
{
DebugMsg(DEBUG_NORMAL, "UNKNOWN GBI COMMAND 0x%02X\n", _SHIFTR(w0, 24, 8));
LOG(LOG_ERROR, "UNKNOWN GBI COMMAND 0x%02X", _SHIFTR(w0, 24, 8));
}

void GBIInfo::init()
Expand Down

0 comments on commit da8b62b

Please sign in to comment.