dolphin/Source/Core/Core/PowerPC/JitCommon
Lioncash b9aad3310e PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
PowerPC.h at this point is pretty much a general glob of stuff, and it's
unfortunate, since it means pulling in a lot of unrelated header
dependencies and a bunch of other things that don't need to be seen by
things that just want to read memory.

Breaking this out into its own header keeps all the MMU-related stuff
together and also limits the amount of header dependencies being
included (the primary motivation for this being the former reason).
2018-05-17 19:18:55 -04:00
..
JitAsmCommon.cpp JitAsmCommon: Add missing sizes to constant arrays 2017-03-20 20:21:41 +00:00
JitAsmCommon.h Prevent paired singles routines clobbering PC,SRR0 2018-05-14 20:49:13 -04:00
JitBase.cpp PowerPC: Make the PowerPCState's msr member variable a UReg_MSR instance 2018-05-05 17:59:30 -04:00
JitBase.h JitBase: Remove use of the JIT global in Dispatch() and JitTrampoline() 2018-03-21 04:41:30 -04:00
JitCache.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
JitCache.h JitCommon: Restructure the profiler calls. 2017-09-02 13:05:58 +02:00