Add open and close to renamed function list

This commit is contained in:
Mr-Wiseguy 2025-12-03 01:41:55 -05:00
parent 0fab168437
commit 07fcdac76d
1 changed files with 4 additions and 0 deletions

View File

@ -661,4 +661,8 @@ const std::unordered_set<std::string> N64Recomp::renamed_funcs {
"div64_32",
"__moddi3",
"_matherr",
// File IO
"open",
"close",
};