Tool to statically recompile N64 games into native executables
Go to file
Mr-Wiseguy 39b67c8468 Implemented SP, DP, and SI events
Inject a thread pause into infinite loops to allow the idle thread to
yield for event processing
Removed all preemption usage from the scheduler
2022-11-18 16:12:39 -05:00
include Added temp for switch case operand, fixed compilation issues in output 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 SP, DP, and SI events 2022-11-18 16:12:39 -05:00
test Implemented SP, DP, and SI events 2022-11-18 16:12:39 -05:00
.gitignore Created solution for testing output 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 SP, DP, and SI events 2022-11-18 16:12:39 -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