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 Oct 19, 2024
1 parent 490c800 commit de216ff
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 @@ -153,7 +153,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 de216ff

Please sign in to comment.