emu64: .rodata matching

This commit is contained in:
Cuyler36
2025-06-17 12:40:45 -04:00
parent 6ac180f0ae
commit 220cd8922e
+2 -2
View File
@@ -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 },
},