Commit Graph

  • aecc1a8728 Include cassert in OpenEmuGLContext source code. master C.W. Betts 2024-02-01 22:07:35 -07:00
  • 92d997d684 Update to 1.17.0. testing1.16 C.W. Betts 2024-01-30 01:40:02 -07:00
  • c4c3b94a19 1.16 stash C.W. Betts 2024-01-30 00:34:36 -07:00
  • b97311dda7 Initial work on updating to 1.16.5. C.W. Betts 2023-09-29 01:19:21 -06:00
  • 0b4841c884 Remove duplicate libzip group. Remove duplicate compat.ini copy and reference. v1.14.4 C.W. Betts 2023-01-29 17:02:27 -07:00
  • d52428c2a5 Drop the deployment target down to 10.13. That's as low as it can go. C.W. Betts 2023-01-28 23:12:15 -07:00
  • ce581cb618 Clean up and fix the file/save data location Duckey77 2023-01-25 21:16:02 -07:00
  • a98a0402d8 Update PPSSPP-Core for ppsspp 1.14 changes Duckey77 2023-01-25 17:14:06 -07:00
  • 3d2c57a06f Update NativeApp for changes in ppsspp 1.14.x Duckey77 2023-01-25 17:13:43 -07:00
  • 56ac0d3b61 Update Game Core for OpenGL3 and update for ppsspp 1.14 Duckey77 2023-01-25 17:13:19 -07:00
  • f3a2545915 Update GL Common work arounds for the OpenGL3 context Duckey77 2023-01-25 17:12:44 -07:00
  • d14339e5ae Update OpenEmu Context for new changes in 1.14 Duckey77 2023-01-25 17:12:09 -07:00
  • ae4cc17489 Update to PPSSPP 1.14.4 C.W. Betts 2023-01-18 23:35:44 -07:00
  • 57ce32599a Minor pokes C.W. Betts 2023-01-18 23:21:30 -07:00
  • 8896ade156 fix duplicate files in the Xcode project. C.W. Betts 2023-01-18 14:46:07 -07:00
  • e84141061b Update PPSSPP to 1.14.3. C.W. Betts 2023-01-03 03:01:38 -07:00
  • 2686c6e00f Update PPSSPP to 1.12.3. C.W. Betts 2022-07-04 17:28:56 -06:00
  • ca71def15a Add libjson and gason to PPSSPP's dependancies. C.W. Betts 2022-07-04 16:44:27 -06:00
  • 3681a2a89a Xcode maintenance. C.W. Betts 2021-10-12 01:20:28 -06:00
  • 338c66b8db Merge pull request #33 from OpenEmu/incomplete1.12 C.W. Betts 2021-10-12 01:08:16 -06:00
  • c2028e68cb Set the version number to match PPSSPP. C.W. Betts 2021-10-12 01:06:29 -06:00
  • bb7142cf16 Fix the display not showing up and the analog stick not working. C.W. Betts 2021-10-12 01:03:38 -06:00
  • 21480f376f First attempts to update ppsspp to 1.12.2. C.W. Betts 2021-10-12 00:40:57 -06:00
  • 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. C.W. Betts 2021-02-26 01:56:01 -07:00
  • 7dfa175660 Remove problematic source code files from miniupnp. C.W. Betts 2021-02-22 19:34:50 -07:00
  • aca01c62af Only export PPSSPPGameCore. C.W. Betts 2021-02-20 18:49:30 -07:00
  • a5c891296b Update to ppsspp 1.11.2 Neil Haverlandt 2021-02-19 09:21:38 -07:00
  • ba5820fcc9 Merge pull request #29 from MaddTheSane/armbuild C.W. Betts 2020-12-19 14:05:04 -07:00
  • 35fba81a64 Better management of logging functions. It probably needs to be re-written, anyways. C.W. Betts 2020-12-19 02:45:54 -07:00
  • 8384ac2881 Move miniupnp to its own static library. C.W. Betts 2020-12-19 02:12:16 -07:00
  • 6a76a0f071 Remove commented-out includes. C.W. Betts 2020-12-19 00:07:16 -07:00
  • 5ae2be0bfa Minor Xcode maintenance. C.W. Betts 2020-12-18 22:48:49 -07:00
  • cfb7e216e4 Fix build. Remove GLEW references. C.W. Betts 2020-12-18 20:36:19 -07:00
  • 831db73ab3 Remove GLEW dependancy. C.W. Betts 2020-12-18 20:09:29 -07:00
  • 830b3fd047 ARM64 support. C.W. Betts 2020-12-18 17:39:11 -07:00
  • 17de3d0a79 Exclude arm64 for now. C.W. Betts 2020-11-08 15:48:18 -07:00
  • c1973855bd Poke the plists: get the development language from Xcode build. C.W. Betts 2020-10-01 01:51:38 -06:00
  • 4b4cbbded5 Fix locations of the system plugin headers. Minor Xcode maintenance. C.W. Betts 2020-10-01 01:26:44 -06:00
  • 2179ba90d7 Revert "set deployment target to match OpenEmuCore's, of 10.14.4." C.W. Betts 2020-09-22 09:33:22 -06:00
  • 1c7aef0fab set deployment target to match OpenEmuCore's, of 10.14.4. Quiet OpenGL deprecation warnings. C.W. Betts 2020-09-22 02:42:06 -06:00
  • cac996f716 Fix compilation for Apple Silicon. It will now link if FFmpeg is built as a universal binary. C.W. Betts 2020-09-20 22:57:07 -06:00
  • 63b9fa3a5e Add ARM64 Universal Binary support. TODO: update the ffmpeg libraries to include ARM64 versions. C.W. Betts 2020-09-18 02:56:49 -06:00
  • 66fd052882 Increment version to 1.10.3.1 v1.10.3.1 Duckey77 2020-08-23 17:40:28 -07:00
  • db25eac694 Copy missing assets file for PPGE fixes PPSSPP-Core #26 and #27 Duckey77 2020-08-23 17:40:08 -07:00
  • 5ea6d91af4 Re-enable LTO v1.10.3 clobber 2020-08-19 11:43:12 -05:00
  • 981057f481 Update PPSSPP to v1.10.3 clobber 2020-08-19 11:29:05 -05:00
  • 2e90716eb9 Update to v1.10.2 Duckey77 2020-07-09 10:26:21 -07:00
  • b5384daa85 Added missing WordWrap source files Duckey77 2020-07-02 12:39:02 -07:00
  • 602ba04723 Update plist to reflect 1.10.1 Duckey77 2020-07-02 12:24:50 -07:00
  • 4313478c7b Merge branch 'tmp' Duckey77 2020-07-02 12:21:22 -07:00
  • bbb06ec2e0 Update PPSSPP-Core files for ppsspp 1.10.1 Duckey77 2020-07-02 11:57:58 -07:00
  • 36df574a9a Add ppsspp 1.10.1 files to project and remove files removed since ppsspp 1.9.3 Duckey77 2020-07-02 11:57:30 -07:00
  • 0eb97ae3df Update reference to ppsspp 1.10.1 Duckey77 2020-07-02 11:56:30 -07:00
  • 65771183c4 Update language resources. This quiets warnings in newer Xcode releases. C.W. Betts 2020-01-07 16:41:16 -07:00
  • 40cf06786b Disable LTO, and add missing files references to SPIRV-Cross v1.9.3.1 Duckey77 2019-10-25 10:30:42 -07:00
  • e80fd7fb23 Merge branch 'v193' v1.9.3 Duckey77 2019-10-07 15:57:21 -07:00
  • c04e562a4e Update the Core files for PPSSPP v1.9.3 Duckey77 2019-10-07 15:47:48 -07:00
  • a072d0e1fc Update the OpenGL Context for PPSSPP v1.9.3 Duckey77 2019-10-07 15:47:22 -07:00
  • 283b25759e Update the sub-reference for PPSSPP to v1.9.3 Duckey77 2019-10-07 15:46:45 -07:00
  • 38945b5945 This compatibility file has not been used since version 1.6.x Removing it. Duckey77 2019-10-07 15:45:25 -07:00
  • 1966a1db5f Build fix. clobber 2019-06-17 13:43:28 -05:00
  • 8240ef3a6a Update PPSSPP-Core and compatibility to v1.8.0 source code v1.8.0 Duckey77 2019-03-18 10:13:36 -07:00
  • 8ea4d02894 Project source code changes for PPSSPP 1.8.0 Duckey77 2019-03-18 10:13:09 -07:00
  • 6a635fde81 Update ref for PPSSPP to 1.8.0 tg Duckey77 2019-03-18 10:12:27 -07:00
  • 55c713cf47 PPSSPP 1.7.5 source and version update Duckey77 2018-12-10 22:29:55 -07:00
  • 7b44647cde Cleanup v1.7.1 clobber 2018-12-01 11:59:09 -06:00
  • daedfb6a08 Update PPSSPP-Core for use the v1.7.1 PPSSPP source Duckey77 2018-11-02 15:33:21 -07:00
  • 91b50498e1 Update sub-Reference to PPSSPP v1.7.1 Duckey77 2018-11-02 15:32:24 -07:00
  • a10c7c84e1 Bump version for sparkle updater, core is still PPSSPP 1.6.3 v1.6.3.2 clobber 2018-09-22 22:19:49 -05:00
  • 656081e61e Fix save states for real this time clobber 2018-09-22 22:19:30 -05:00
  • 37ae2acfa8 Remove thread pause/resume to fix manual save states v1.6.3.1 clobber 2018-09-22 19:51:27 -05:00
  • 2604631fa7 Bump version for sparkle updater, core is still PPSSPP 1.6.3 clobber 2018-09-22 18:46:23 -05:00
  • 60f7034a6b Work around threading issues with reset, shutdown and autosave states by pausing the thread. clobber 2018-09-22 18:40:21 -05:00
  • 45321065e9 Update throttle check v1.6.3 clobber 2018-06-24 18:55:00 -05:00
  • f01b31254b Merge pull request #19 from duckey77/master clobber 2018-06-24 14:29:25 -05:00
  • decfa6e2a9 These function are not used or even have a way to set like swapBuffers() So I’m getting rid of them. Duckey77 2018-06-24 12:21:08 -07:00
  • 26eec3c113 Enable fast forward with new threaded rendering Duckey77 2018-06-24 12:20:08 -07:00
  • 64df8be0c8 Lock the _framerate to 59.94 Duckey77 2018-06-14 12:10:46 -07:00
  • 2a9cc988b7 Fix threads for optimized loadStates Duckey77 2018-06-13 18:54:36 -07:00
  • 162c293888 Add ppsspp 1.6.3 files to project Duckey77 2018-06-08 23:23:02 -07:00
  • b67d20d7b1 Update for ppsspp 1.6.3 Duckey77 2018-06-08 23:22:31 -07:00
  • dc2ebcbe44 Create the render threading for ppsspp 1.6.4 Duckey77 2018-06-08 23:21:37 -07:00
  • 5e08dbd448 Update compatibility files to ppsspp 1.6.3 Duckey77 2018-06-08 23:21:12 -07:00
  • c02d837397 Set version number of Core Duckey77 2018-06-08 23:20:26 -07:00
  • 76e189cb93 update PPSSPP subef to 1.6.3 source Duckey77 2018-06-08 23:20:06 -07:00
  • e2de3ce648 Stub glBufferStorage Duckey77 2018-06-08 23:19:35 -07:00
  • 85144361e8 Add an OpenEmu graphicsContext Duckey77 2018-06-08 23:18:22 -07:00
  • 5e1fb72290 Change audio output code to finally fix various audio glitches. Daniele Cattaneo 2018-05-17 18:45:21 +02:00
  • c008f3aa73 Update project settings Daniele Cattaneo 2018-05-17 18:43:34 +02:00
  • 991bf4863b Do not use OERingBuffer as an intermediary for audio output. audio2 Daniele Cattaneo 2018-05-16 18:35:20 +02:00
  • c096adf978 Change audio output code to not fill the buffer at an incorrect rate. audio Daniele Cattaneo 2018-05-16 18:00:18 +02:00
  • bf02b8b47a Merge pull request #18 from duckey77/master v1.5.4 clobber 2018-04-24 23:18:40 -05:00
  • 6875507991 Add the modified sceDisplay.cpp back in that removes the sleep per frame that is not needed duckey77 2018-01-21 18:26:14 -07:00
  • cf60e5e176 Update info.plist to v1.5.4 duckey77 2018-01-21 17:18:24 -07:00
  • 5f6b97e0b3 Update PPSSPP-Core to ppsspp v1.5.4 code duckey77 2018-01-20 12:21:41 -07:00
  • 3ba02837de Update subarea to ppsspp v1.5.4 duckey77 2018-01-20 12:21:11 -07:00
  • 2c167e3f20 Remove files no longer needed for compatibility duckey77 2018-01-20 12:20:45 -07:00
  • 92f6d7a49e Bump version for sparkle updater. Core is still 1.4.2 + upstream patch v1.4.2.1 clobber 2017-11-15 13:32:12 -06:00
  • 270e0993a1 Cherry pick commit from upstream https://github.com/hrydgard/ppsspp/commit/7822e5b57ff44f59bbfb6603445d17dd769e36a1 clobber 2017-11-15 13:30:52 -06:00
  • 8ded57e080 With audio fixed and PPSSPP being fairly mature with high compatibility now, it's safe to remove the glitch warning from the frontend. v1.4.2 clobber 2017-09-09 14:15:47 -05:00