OpenEmu / PPSSPP-Core

OpenEmu Core plugin with PPSSPP
25 stars 23 forks source link

Update core to 1.17.1 #37

Open WingofaGriffin opened 3 months ago

WingofaGriffin commented 3 months ago

Quite a bit has changed since (a lot is irrelevant to mac builds though). It does seem that there is a decent amount for ARM performance though, which should likely do better for OpenEmu.

https://github.com/hrydgard/ppsspp/compare/v1.14.4...v1.17.1

MaddTheSane commented 2 months ago

The main problem is that, due to Apple dropping OpenGL at 4.1, the hacks needed to make PPSSPP are reaching a head.

Good news is that Vulkan is a possible choice. The bad news is that OpenEmu doesn't support Vulkan yet.

WingofaGriffin commented 2 months ago

The main problem is that, due to Apple dropping OpenGL at 4.1, the hacks needed to make PPSSPP are reaching a head.

Good news is that Vulkan is a possible choice. The bad news is that OpenEmu doesn't support Vulkan yet.

Hm. I could have sworn PPSSPP had MoltenVK support, though I guess this exposes my lack of experience with low level graphics APIs. Is there something about OpenEmu that is currently incompatible with MoltenVK, or is that the support you were referencing?

MaddTheSane commented 2 months ago

Due to how OpenEmu is architected, rendering has to go through OpenEmu (mostly so shaders can work). 3D Metal has been implemented, but not the setup needed for MoltenVK.