Tool to statically recompile N64 games into native executables
Go to file
2024-04-20 20:02:28 -04:00
include Added manual sections input option, fixed bug with multiplications and added mthi/lo instructions 2024-04-20 20:00:29 -04:00
lib Added single-file mode and absolute symbol options (for patch recompilation) 2023-11-12 14:50:50 -05:00
RSPRecomp Changed RSP recompiler to emit different macros for loads and stores to handle unaligned access 2024-04-20 20:02:28 -04:00
src Improved reloc pairing 2024-04-20 20:00:48 -04: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 toml11 and implemented initial config file parsing, replaces command-line arg inputs 2023-03-24 17:11:17 -04:00
RecompPort.sln Fixed section address initialization, created project to start RSP recompilation work 2023-02-09 23:15:13 -05:00
RecompPort.vcxproj Added toml11 and implemented initial config file parsing, replaces command-line arg inputs 2023-03-24 17:11:17 -04:00
RecompPort.vcxproj.filters Added toml11 and implemented initial config file parsing, replaces command-line arg inputs 2023-03-24 17:11:17 -04:00