mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Allow midasm hook return behavior to be configured.
This commit is contained in:
@@ -10,6 +10,14 @@ struct RecompilerMidAsmHook
|
||||
{
|
||||
std::string name;
|
||||
std::vector<std::string> registers;
|
||||
|
||||
bool ret = false;
|
||||
bool returnOnTrue = false;
|
||||
bool returnOnFalse = false;
|
||||
|
||||
uint32_t jumpAddress = 0;
|
||||
uint32_t jumpAddressOnTrue = 0;
|
||||
uint32_t jumpAddressOnFalse = 0;
|
||||
};
|
||||
|
||||
struct RecompilerConfig
|
||||
|
Reference in New Issue
Block a user