mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
PowerPC: Get rid of magic numbers related to interp/JIT initialization.
This commit is contained in:
@ -136,14 +136,6 @@ struct SCoreStartupParameter
|
||||
bool bAutomaticStart;
|
||||
bool bBootToPause;
|
||||
|
||||
enum
|
||||
{
|
||||
CORE_INTERPRETER,
|
||||
CORE_JIT64,
|
||||
CORE_JITIL64,
|
||||
CORE_JITARM,
|
||||
CORE_JITARM64
|
||||
};
|
||||
int iCPUCore;
|
||||
|
||||
// JIT (shared between JIT and JITIL)
|
||||
|
Reference in New Issue
Block a user