diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-01-12 13:35:47 +0100 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-01-12 15:06:06 +0100 |
| commit | 637fd4990914831ae164c2f410cf60fe4f0d28c4 (patch) | |
| tree | eab2b1ccd1da4d8f46ee1189aced231821e1126f /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | 6725c25600ea635622ec4ad31bbe316b20cc895b (diff) | |
FifoRecorder: Move instance to System.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.cpp b/Source/Core/VideoCommon/OpcodeDecoding.cpp index b82d79f005..1456fbf2d0 100644 --- a/Source/Core/VideoCommon/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/OpcodeDecoding.cpp @@ -234,7 +234,7 @@ public: // process them. if (g_record_fifo_data && static_cast<Opcode>(data[0]) != Opcode::GX_CMD_CALL_DL) { - FifoRecorder::GetInstance().WriteGPCommand(data, size); + Core::System::GetInstance().GetFifoRecorder().WriteGPCommand(data, size); } } } |
