mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00: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:
parent
79b2185117
commit
8d7eff2a8a
4 changed files with 28 additions and 33 deletions
|
@ -316,7 +316,6 @@ void VideoBackendBase::InitializeShared()
|
|||
|
||||
CommandProcessor::Init();
|
||||
Fifo::Init();
|
||||
OpcodeDecoder::Init();
|
||||
PixelEngine::Init();
|
||||
BPInit();
|
||||
VertexLoaderManager::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue