mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
OpcodeDecoding: Make s_is_fifo_error_seen static
This commit is contained in:
parent
d039b1bc0d
commit
0afe318b55
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
namespace OpcodeDecoder
|
namespace OpcodeDecoder
|
||||||
{
|
{
|
||||||
bool s_is_fifo_error_seen = false;
|
static bool s_is_fifo_error_seen = false;
|
||||||
bool g_record_fifo_data = false;
|
bool g_record_fifo_data = false;
|
||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user