mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-16 00:43:14 -03:00
OpcodeDecoding: Make s_is_fifo_error_seen static
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
namespace OpcodeDecoder
|
||||
{
|
||||
bool s_is_fifo_error_seen = false;
|
||||
static bool s_is_fifo_error_seen = false;
|
||||
bool g_record_fifo_data = false;
|
||||
|
||||
void Init()
|
||||
|
||||
Reference in New Issue
Block a user