libretro / Ishiiruka

GNU General Public License v2.0
4 stars 10 forks source link

Core options : fixed ARM64 JIT #3

Closed natinusala closed 6 years ago

natinusala commented 6 years ago

The JIT fields in CPUCore were renamed from JITXX (Dolphin) to CORE_JITXX (Ishiiruka). This commit reflects the change in the core options for ARM64 JIT.

natinusala commented 6 years ago

As a side note, the two latest upstream commits fixed ARM64 build in the emulator itself.

inactive123 commented 6 years ago

Thanks for this contribution! So this works now on Switch?

natinusala commented 6 years ago

It works, and it works slightly better than Dolphin. The core isn't finished yet so I couldn't test with a Wii game, but GC runs better - on SM Sunshine, the menu and intro cutscenes are near full speed. The main game is still choppy however. I need to test with more games but this looks promising !