mirror of https://github.com/N64Recomp/N64Recomp
Add open and close to renamed function list
This commit is contained in:
parent
0fab168437
commit
07fcdac76d
|
|
@ -661,4 +661,8 @@ const std::unordered_set<std::string> N64Recomp::renamed_funcs {
|
|||
"div64_32",
|
||||
"__moddi3",
|
||||
"_matherr",
|
||||
|
||||
// File IO
|
||||
"open",
|
||||
"close",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue