mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
emu64: .rodata matching
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user