mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
12b9ada268
JitCommon is becoming a cluster of x86 specific things and things that are common to multiple recompilers. This overlap is beginning to cause us issues. Begin by breaking out the common ASM arrays to have their own file and move the x86 specific routines to their own folder.