Remove extern stuff thas has been made static in GPU.cpp
This commit is contained in:
parent
0c8e597533
commit
26dc322b2c
|
@ -589,8 +589,6 @@ typedef struct
|
|||
#define ARM9MEM_AOBJ 0x06400000
|
||||
#define ARM9MEM_BOBJ 0x06600000
|
||||
|
||||
extern CACHE_ALIGN u16 fadeInColors[17][0x8000];
|
||||
extern CACHE_ALIGN u16 fadeOutColors[17][0x8000];
|
||||
extern CACHE_ALIGN u8 gpuBlendTable555[17][17][32][32];
|
||||
|
||||
struct GPU
|
||||
|
|
Loading…
Reference in New Issue