Misc cleanup

This commit is contained in:
Tillmann Karras
2020-05-10 07:22:01 +01:00
parent a660033e8c
commit e651592ef5
5 changed files with 7 additions and 12 deletions

View File

@ -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];