jpd002 / Play-

Play! - PlayStation2 Emulator
http://purei.org
Other
2.03k stars 249 forks source link

Build libretro core for iOS #1359

Closed warmenhoven closed 2 months ago

warmenhoven commented 2 months ago

Similar to the flycast core, I've added a check that retroarch does on iOS to see if JIT is likely to work, and fail to load the game if JIT is not enabled.

In order to pick up that environ flag, I had to pull in a newer version of libretro.h. There shouldn't be any functional change, but the diff looks abnormally large because 1) it's been a while and 2) it looks like there was code style formatting applied to the play! version?

jpd002 commented 2 months ago

Thanks for this! Yeah, the libretro.h file has been formatted mistakenly in the past, but it's been removed from the script that checks formatting since then, so, it's a good thing that it's been restored to its good state.