mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-01 00:03:15 +00:00
Add WIP live recompiler for mods (direct machine code output)
This commit is contained in:
parent
88d5d1875a
commit
009754862f
7 changed files with 1139 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,3 +10,6 @@
|
|||
[submodule "lib/tomlplusplus"]
|
||||
path = lib/tomlplusplus
|
||||
url = https://github.com/marzer/tomlplusplus
|
||||
[submodule "lib/sljit"]
|
||||
path = lib/sljit
|
||||
url = https://github.com/zherczeg/sljit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue