mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespace
Keeps the global localized with the code that it's primarily related to. Now it's obvious from a glance what the global variable is affecting.
This commit is contained in:
parent
d8063e9c54
commit
b2a9c36501
6 changed files with 24 additions and 20 deletions
|
@ -10,6 +10,9 @@ class DataReader;
|
|||
|
||||
namespace OpcodeDecoder
|
||||
{
|
||||
// Global flag to signal if FifoRecorder is active.
|
||||
extern bool g_record_fifo_data;
|
||||
|
||||
enum
|
||||
{
|
||||
GX_NOP = 0x00,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue