OpcodeDecoding: Make s_is_fifo_error_seen static

This commit is contained in:
Pokechu22 2021-05-16 14:41:03 -07:00
parent d039b1bc0d
commit 0afe318b55
1 changed files with 1 additions and 1 deletions

View File

@ -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()