dummy data should be static

This commit is contained in:
Jcw87
2023-12-19 02:53:41 -08:00
parent fa59660bf2
commit 985f1df0b7
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include "SSystem/SComponent/c_list.h"
#include "dolphin/dvd/dvd.h"
u8 dummy[0x0c];
static u8 dummy[0x0c];
OSThread mDoDvdThd::l_thread;
mDoDvdThdStack mDoDvdThd::l_threadStack;
mDoDvdThd_param_c mDoDvdThd::l_param;