mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-21 19:04:58 +00:00
add renaming and re mode
This commit is contained in:
parent
2632d435b0
commit
0cc8edcf40
7 changed files with 79 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "n64recomp.h"
|
||||
|
||||
const std::unordered_set<std::string> N64Recomp::reimplemented_funcs{
|
||||
const std::unordered_set<std::string> N64Recomp::reimplemented_funcs {
|
||||
// OS initialize functions
|
||||
"__osInitialize_common",
|
||||
"osInitialize",
|
||||
|
@ -557,7 +557,7 @@ const std::unordered_set<std::string> N64Recomp::ignored_funcs {
|
|||
"kdebugserver",
|
||||
};
|
||||
|
||||
const std::unordered_set<std::string> N64Recomp::renamed_funcs{
|
||||
const std::unordered_set<std::string> N64Recomp::renamed_funcs {
|
||||
// Math
|
||||
"sincosf",
|
||||
"sinf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue