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 Jun 30, 2024
1 parent ddd3520 commit 1f35084
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 @@ -152,7 +152,6 @@ GBIInfo GBI;
void GBI_Unknown( u32 w0, u32 w1 )
{
DebugMsg(DEBUG_NORMAL, "UNKNOWN GBI COMMAND 0x%02X", _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 1f35084

Please sign in to comment.