mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: avoid a segmentation fault due to previous hack
This commit is contained in:
parent
46a2f6ed24
commit
d4b30620a7
|
@ -257,6 +257,7 @@ const wxChar *const tbl_GamefixNames[] =
|
||||||
L"GIFReverse",
|
L"GIFReverse",
|
||||||
L"FMVinSoftware",
|
L"FMVinSoftware",
|
||||||
L"GoemonTlb",
|
L"GoemonTlb",
|
||||||
|
L"ScarfaceIbit"
|
||||||
};
|
};
|
||||||
|
|
||||||
const __fi wxChar* EnumToString( GamefixId id )
|
const __fi wxChar* EnumToString( GamefixId id )
|
||||||
|
|
Loading…
Reference in New Issue