From 220cd8922eeb8dc03efd7db317d648e46cef7ef4 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Tue, 17 Jun 2025 12:40:45 -0400 Subject: [PATCH] emu64: .rodata matching --- src/static/libforest/emu64/emu64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/libforest/emu64/emu64.c b/src/static/libforest/emu64/emu64.c index f7bce671..474fa041 100644 --- a/src/static/libforest/emu64/emu64.c +++ b/src/static/libforest/emu64/emu64.c @@ -855,8 +855,8 @@ static const OthermodeParameterInfo h_tbl[] = { 19, 1, { - { "G_TP_PERSP", 0 << 19 }, - { "G_TP_NONE", 1 << 19 }, + { "G_TP_PERSP", 1 << 19 }, + { "G_TP_NONE", 0 << 19 }, { "-1", -1 }, { "-1", -1 }, },