mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
Misc cleanup
This commit is contained in:
parent
a660033e8c
commit
e651592ef5
5 changed files with 7 additions and 12 deletions
|
@ -27,12 +27,6 @@ typedef void (*TPatchFunction)();
|
|||
|
||||
static std::map<u32, u32> s_original_instructions;
|
||||
|
||||
enum
|
||||
{
|
||||
HLE_RETURNTYPE_BLR = 0,
|
||||
HLE_RETURNTYPE_RFI = 1,
|
||||
};
|
||||
|
||||
struct SPatch
|
||||
{
|
||||
char m_szPatchName[128];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue