ThatGuySam / doesitarm

🦾 A list of reported app support for Apple Silicon as well as Apple M4 and M3 Ultra Macs

Home Page:https://doesitarm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPSSPP

tonyunreal opened this issue · comments

The official name of the app
PPSSPP

Is there a supported build available on a public/release channel?
No

Proposed App Status
Yes, works via Rosetta 2 with native support in development

Proposed App Category
Entertainment and Media Apps

Related Issue Tracker Link or discussion
Issue: hrydgard/ppsspp#13708

An Official App Download Page
https://build.ppsspp.org/?page/downloads#osx

Full Screenshot with the App and Activity Monitor(if self reporting) or Silicon Info
Screen Shot 2020-12-02 at 3 53 15 PM
Screen Shot 2020-12-02 at 3 50 13 PM

Thanks for the App Request!

it looks like they confirmed that it doesn't work natively but they didn't say if it works via Rosetta 2.

Looks like we'll need a screenshot or another tracker link to verify.

Be sure to include the App, Activity Monitor showing the app details, and About this Mac so we can see the exact OS version.

You can find an Activity Monitor example on #176

Updated OP with proper status and screenshots.

For sdl2 I installed the x64 version of Homebrew, ran "arch -x86_64 brew install sdl2 libzip", then PPSSPP worked fine.

App is now live on the site!

https://doesitarm.com/app/ppsspp/

Feel free to browse through the other M1 Issues to help with missing info on other apps.

PPSSPP 1.11 was released a few days ago, while there is no mention of Apple Silicon in the patch notes, I found out that Homebrew has a formula of PPSSPP and the formula info page shows that it has an arm64 bottle ready for install.

So I installed it with Homebrew (along with about 30 other dependency packages, yike), and surprisingly it worked fine, no crash or slowdown or anything. The only missing part was Vulkan support, which turn out to be due to an outdated dynamic-linked MoltenVK library that the PPSSPP source code (and in turn this pre-built binary) ships with, I replaced it with a newer, universal build of MoltenVK then Vulkan worked fine.

I have asked in the official bug tracker whether this can be recognized as official Apple Silicon support, if the answer is affirmative I will submit an update here.

Screen Shot 2021-02-09 at 1 11 44 PM

Good find! I'll get it updated