mirror of
https://github.com/Mr-Wiseguy/N64Recomp.git
synced 2025-12-05 01:10:45 +00:00
Add open and close to renamed function list
This commit is contained in:
@@ -661,4 +661,8 @@ const std::unordered_set<std::string> N64Recomp::renamed_funcs {
|
||||
"div64_32",
|
||||
"__moddi3",
|
||||
"_matherr",
|
||||
|
||||
// File IO
|
||||
"open",
|
||||
"close",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user