173 Commits

Author SHA1 Message Date
C.W. Betts aecc1a8728 Include cassert in OpenEmuGLContext source code.
This fixes a compile failure in recent versions of Xcode.
2024-02-01 22:07:35 -07:00
C.W. Betts 0b4841c884 Remove duplicate libzip group.
Remove duplicate compat.ini copy and reference.
v1.14.4
2023-01-29 17:02:27 -07:00
C.W. Betts d52428c2a5 Drop the deployment target down to 10.13.
That's as low as it can go.
2023-01-28 23:12:15 -07:00
Duckey77 ce581cb618 Clean up and fix the file/save data location 2023-01-25 21:16:02 -07:00
Duckey77 a98a0402d8 Update PPSSPP-Core for ppsspp 1.14 changes 2023-01-25 17:14:06 -07:00
Duckey77 3d2c57a06f Update NativeApp for changes in ppsspp 1.14.x 2023-01-25 17:13:43 -07:00
Duckey77 56ac0d3b61 Update Game Core for OpenGL3 and update for ppsspp 1.14 2023-01-25 17:13:19 -07:00
Duckey77 f3a2545915 Update GL Common work arounds for the OpenGL3 context 2023-01-25 17:12:44 -07:00
Duckey77 d14339e5ae Update OpenEmu Context for new changes in 1.14 2023-01-25 17:12:09 -07:00
C.W. Betts ae4cc17489 Update to PPSSPP 1.14.4 2023-01-18 23:35:44 -07:00
C.W. Betts 57ce32599a Minor pokes 2023-01-18 23:21:30 -07:00
C.W. Betts 8896ade156 fix duplicate files in the Xcode project. 2023-01-18 14:46:07 -07:00
C.W. Betts e84141061b Update PPSSPP to 1.14.3. 2023-01-03 03:01:38 -07:00
C.W. Betts 2686c6e00f Update PPSSPP to 1.12.3. 2022-07-04 17:28:56 -06:00
C.W. Betts ca71def15a Add libjson and gason to PPSSPP's dependancies. 2022-07-04 16:46:36 -06:00
C.W. Betts 3681a2a89a Xcode maintenance. 2021-10-12 01:20:28 -06:00
C.W. Betts 338c66b8db Merge pull request #33 from OpenEmu/incomplete1.12
PPSSPP 1.12.2 update
2021-10-12 01:08:16 -06:00
C.W. Betts c2028e68cb Set the version number to match PPSSPP. 2021-10-12 01:06:29 -06:00
C.W. Betts bb7142cf16 Fix the display not showing up and the analog stick not working. 2021-10-12 01:03:38 -06:00
C.W. Betts 21480f376f First attempts to update ppsspp to 1.12.2. 2021-10-12 00:40:57 -06:00
C.W. Betts 6b02ebe404 Move -ffast-math to the Xcode option GCC_FAST_MATH.
Remove the -msse compiler flag. This quiets warnings when building non-Intel code, like arm64.
2021-02-26 01:56:01 -07:00
C.W. Betts 7dfa175660 Remove problematic source code files from miniupnp. 2021-02-22 19:34:50 -07:00
C.W. Betts aca01c62af Only export PPSSPPGameCore. 2021-02-20 18:49:30 -07:00
Neil Haverlandt a5c891296b Update to ppsspp 1.11.2 2021-02-19 09:21:38 -07:00
C.W. Betts ba5820fcc9 Merge pull request #29 from MaddTheSane/armbuild
Initial ARM64 support
Also bumped the version number.
2020-12-19 14:05:04 -07:00
C.W. Betts 35fba81a64 Better management of logging functions.
It probably needs to be re-written, anyways.
2020-12-19 02:45:54 -07:00
C.W. Betts 8384ac2881 Move miniupnp to its own static library. 2020-12-19 02:12:16 -07:00
C.W. Betts 6a76a0f071 Remove commented-out includes. 2020-12-19 00:07:16 -07:00
C.W. Betts 5ae2be0bfa Minor Xcode maintenance. 2020-12-18 22:48:49 -07:00
C.W. Betts cfb7e216e4 Fix build.
Remove GLEW references.
2020-12-18 20:36:19 -07:00
C.W. Betts 831db73ab3 Remove GLEW dependancy. 2020-12-18 20:09:29 -07:00
C.W. Betts 830b3fd047 ARM64 support.
NEEDS TESTING!
2020-12-18 17:39:26 -07:00
C.W. Betts 17de3d0a79 Exclude arm64 for now. 2020-11-08 15:48:18 -07:00
C.W. Betts c1973855bd Poke the plists: get the development language from Xcode build. 2020-10-01 01:51:38 -06:00
C.W. Betts 4b4cbbded5 Fix locations of the system plugin headers.
Minor Xcode maintenance.
2020-10-01 01:26:44 -06:00
C.W. Betts 2179ba90d7 Revert "set deployment target to match OpenEmuCore's, of 10.14.4." 2020-09-22 09:33:22 -06:00
C.W. Betts 1c7aef0fab set deployment target to match OpenEmuCore's, of 10.14.4.
Quiet OpenGL deprecation warnings.
2020-09-22 02:42:06 -06:00
C.W. Betts cac996f716 Fix compilation for Apple Silicon.
It will now link if FFmpeg is built as a universal binary.
2020-09-20 22:57:07 -06:00
C.W. Betts 63b9fa3a5e Add ARM64 Universal Binary support.
TODO: update the ffmpeg libraries to include ARM64 versions.
2020-09-18 02:56:49 -06:00
Duckey77 66fd052882 Increment version to 1.10.3.1 v1.10.3.1 2020-08-23 17:40:28 -07:00
Duckey77 db25eac694 Copy missing assets file for PPGE fixes PPSSPP-Core #26 and #27 2020-08-23 17:40:08 -07:00
clobber 5ea6d91af4 Re-enable LTO v1.10.3 2020-08-19 11:43:12 -05:00
clobber 981057f481 Update PPSSPP to v1.10.3 2020-08-19 11:29:05 -05:00
Duckey77 2e90716eb9 Update to v1.10.2 2020-07-09 10:26:21 -07:00
Duckey77 b5384daa85 Added missing WordWrap source files 2020-07-02 12:39:02 -07:00
Duckey77 602ba04723 Update plist to reflect 1.10.1 2020-07-02 12:24:50 -07:00
Duckey77 4313478c7b Merge branch 'tmp' 2020-07-02 12:21:22 -07:00
Duckey77 bbb06ec2e0 Update PPSSPP-Core files for ppsspp 1.10.1 2020-07-02 11:57:58 -07:00
Duckey77 36df574a9a Add ppsspp 1.10.1 files to project and remove files removed since ppsspp 1.9.3 2020-07-02 11:57:30 -07:00
Duckey77 0eb97ae3df Update reference to ppsspp 1.10.1 2020-07-02 11:56:30 -07:00