mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Namespacing cleanup (it's bad to do "using namespace" in a header)
This commit is contained in:
@@ -68,6 +68,11 @@ op_agent_t agent;
|
||||
#pragma comment(lib, "jitprofiling.lib")
|
||||
#endif
|
||||
|
||||
#ifdef ARM
|
||||
using namespace ArmGen;
|
||||
#elif defined(_M_X64) || defined(_M_IX86)
|
||||
using namespace Gen;
|
||||
#endif
|
||||
|
||||
const u32 INVALID_EXIT = 0xFFFFFFFF;
|
||||
const MIPSOpcode INVALID_ORIGINAL_OP = MIPSOpcode(0x00000001);
|
||||
|
||||
Reference in New Issue
Block a user