mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-01 17:29:58 -04:00
dummy data should be static
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user