summaryrefslogtreecommitdiff
path: root/src/code/z_pause.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-11-08 02:27:19 +0100
committerGitHub <noreply@github.com>2024-11-07 17:27:19 -0800
commitfcc5cf828ded5d362b2e63a8868374a50df405ed (patch)
tree530d7d6d8690599593f6588b04d10441e364b5c7 /src/code/z_pause.c
parent9cd9099a0431b369be39f111bf57051f544bead3 (diff)
libu64 (#1705)
* libu64 * libu64 -O2 * Add libu64.md
Diffstat (limited to 'src/code/z_pause.c')
-rw-r--r--src/code/z_pause.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_pause.c b/src/code/z_pause.c
index 9f6f4a226..f53cb9152 100644
--- a/src/code/z_pause.c
+++ b/src/code/z_pause.c
@@ -22,7 +22,7 @@
#include "z64frameadvance.h"
#include "controller.h"
-#include "padutils.h"
+#include "libu64/pad.h"
#include "stdbool.h"
void FrameAdvance_Init(FrameAdvanceContext* frameAdvCtx) {