mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-13 18:17:19 -07:00
Moved grayscale effect to the gpu and replaced some texture loads (#221)
This commit is contained in:
parent
ffa4a11148
commit
1f3a6b928f
15 changed files with 126 additions and 59 deletions
|
@ -99,6 +99,7 @@ extern "C"
|
|||
extern u32 gGsFlagsMasks[4];
|
||||
extern u32 gGsFlagsShifts[4];
|
||||
extern void* gItemIcons[0x82];
|
||||
extern u8 gItemAgeReqs[];
|
||||
extern u8 gItemSlots[56];
|
||||
extern void (*gSceneCmdHandlers[26])(GlobalContext*, SceneCmd*);
|
||||
extern s16 gLinkObjectIds[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue