Tool to statically recompile N64 games into native executables
Go to file
2022-11-15 19:55:48 -05:00
include Implemented register state tracking to identify jump tables for jr instructions 2022-11-15 19:55:48 -05:00
lib Implemented initial set of instructions and ignored functions 2022-11-15 19:55:48 -05:00
src Implemented register state tracking to identify jump tables for jr instructions 2022-11-15 19:55:48 -05:00
.gitignore Implemented initial set of instructions and ignored functions 2022-11-15 19:55:48 -05:00
.gitmodules Added ELFIO and fmtlib libraries 2022-11-15 19:55:48 -05:00
recomp.h Implemented register state tracking to identify jump tables for jr instructions 2022-11-15 19:55:48 -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