diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-28 10:12:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-28 13:12:57 -0400 |
| commit | 04498f808f6607616e587d31d0518292a736d378 (patch) | |
| tree | b22f20f7f910d7854cc1fcf244b314c89728e9cf /include/gfx_setupdl.h | |
| parent | 89df3ed9ff3d8db8e8d5d8970a6ca3559c541edf (diff) | |
[PAL N64] Match file select language selection (#2240)
* [PAL N64] Match file select language selection
* sInitialLanguageInputTimerY -> sInitialLanguageInputTimerX
Diffstat (limited to 'include/gfx_setupdl.h')
| -rw-r--r-- | include/gfx_setupdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gfx_setupdl.h b/include/gfx_setupdl.h index 1eae1f6e2..1ba9ba06f 100644 --- a/include/gfx_setupdl.h +++ b/include/gfx_setupdl.h @@ -116,6 +116,7 @@ void Gfx_SetupDL_42Overlay(struct GraphicsContext* gfxCtx); void Gfx_SetupDL_27Xlu(struct GraphicsContext* gfxCtx); void Gfx_SetupDL_60NoCDXlu(struct GraphicsContext* gfxCtx); void Gfx_SetupDL_61Xlu(struct GraphicsContext* gfxCtx); +void Gfx_SetupDL_56Opa(struct GraphicsContext* gfxCtx); void Gfx_SetupDL_56Ptr(Gfx** gfxP); #endif |
