Controller Macros Update (#852)

* macros

* Format, I will remember 1 day
This commit is contained in:
Derek Hensley
2022-06-19 16:57:23 -07:00
committed by GitHub
parent d318b1f285
commit 9682995b04
16 changed files with 79 additions and 74 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ static s32 sTimer = 0;
void FlagSet_Update(GameState* gameState) {
GlobalContext* globalCtx = (GlobalContext*)gameState;
Input* input = CONTROLLER1(globalCtx);
Input* input = CONTROLLER1(&globalCtx->state);
/* Intra-byte navigation */