mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-16 16:00:29 -05:00
VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessor
That way, they're in the same place the panic alerts are generated.
This commit is contained in:
@@ -60,8 +60,6 @@ enum class Primitive : u8
|
||||
GX_DRAW_POINTS = 0x7 // 0xB8
|
||||
};
|
||||
|
||||
void Init();
|
||||
|
||||
// Interface for the Run and RunCommand functions below.
|
||||
// The functions themselves are templates so that the compiler generates separate versions for each
|
||||
// callback (with the callback functions inlined), so the callback doesn't actually need to be
|
||||
|
||||
Reference in New Issue
Block a user