mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-28 06:16:23 -05:00
7c970132b5
Macro code is just uploaded sequentially from a starting address, however that does not mean the entry point for the macro is at that address. This PR adds preliminary support for executing macros in the middle of our cached code. |
||
---|---|---|
.. | ||
macro.cpp | ||
macro.h | ||
macro_hle.cpp | ||
macro_hle.h | ||
macro_interpreter.cpp | ||
macro_interpreter.h | ||
macro_jit_x64.cpp | ||
macro_jit_x64.h |