summaryrefslogtreecommitdiff
path: root/include/f_ap
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-01-22 21:11:28 -0800
committerGitHub <noreply@github.com>2026-01-22 21:11:28 -0800
commit86fddd48d54f5b8fb126cf71f130a4733c8f0ded (patch)
tree168f5e47de5e8fe9ff320a0c2211c0c50181d89c /include/f_ap
parent7e0d9c31695f12bbc74fa8ddbd9be4d4224f9df5 (diff)
d_stage debug (#3063)
Diffstat (limited to 'include/f_ap')
-rw-r--r--include/f_ap/f_ap_game.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/f_ap/f_ap_game.h b/include/f_ap/f_ap_game.h
index e0162fcf38..79bbb1b24f 100644
--- a/include/f_ap/f_ap_game.h
+++ b/include/f_ap/f_ap_game.h
@@ -185,6 +185,10 @@ inline u8 fapGmHIO_getGamma() {
}
#endif
+inline u8 fapGmHIO_getMemoryBlockOff() {
+ return g_HIO.mMemBlockOff;
+}
+
struct fapGm_dataMem {
enum HeapType_e {
HeapType_Error_e,