Tool to statically recompile N64 games into native executables
Go to file
2023-01-12 23:39:49 -05:00
include WIP overlay support and some libultra function implementations for other games 2023-01-12 23:39:49 -05:00
lib Implemented initial set of instructions and ignored functions 2022-11-15 19:55:48 -05:00
src WIP overlay support and some libultra function implementations for other games 2023-01-12 23:39:49 -05:00
test WIP overlay support and some libultra function implementations for other games 2023-01-12 23:39:49 -05:00
.gitignore Integrated SDL2 and switch to a test rom, fixed some issues in recompilation 2022-11-20 12:51:08 -05:00
.gitmodules Added ELFIO and fmtlib libraries 2022-11-15 19:55:48 -05:00
disable_warnings.h Made recompiled output run the game's entrypoint, various reorganization, clang warning fixes 2022-11-25 15:31:16 -05:00
recomp.h WIP overlay support and some libultra function implementations for other games 2023-01-12 23:39:49 -05:00
RecompPort.sln Added ELFIO and fmtlib libraries 2022-11-15 19:55:48 -05:00
RecompPort.vcxproj Implemented register state tracking to identify jump tables for jr instructions 2022-11-15 19:55:48 -05:00
RecompPort.vcxproj.filters Implemented register state tracking to identify jump tables for jr instructions 2022-11-15 19:55:48 -05:00
sections.h WIP overlay support and some libultra function implementations for other games 2023-01-12 23:39:49 -05:00