65 Commits

Author SHA1 Message Date
C.W. Betts 5fac16b005 Update to the most recent version of Play!
Also bump the deployment target to 10.15.
2024-03-18 16:47:58 -06:00
C.W. Betts d78e718a36 Do not link the boost static library.
Fixes an issue with later versions of Xcode.
2023-07-20 10:40:43 -06:00
C.W. Betts f616e7e1eb Update Play to the most recent master. 2023-02-06 00:43:57 -07:00
C.W. Betts b75b232492 Update Play submodule. 2022-02-28 17:08:55 -07:00
C.W. Betts 2f262b4e1c Update Play submodule. 2022-02-06 20:01:59 -07:00
C.W. Betts 8bc26e777a Update Play 2021-09-24 12:12:35 -06:00
C.W. Betts c9b98f7b30 Fix to build on Xcode 13. 2021-09-24 12:11:41 -06:00
C.W. Betts 1bd94a6478 Add Iop_Naplink source files. 2021-07-29 15:01:15 -06:00
C.W. Betts a20836f1f5 Update Play! 2021-07-29 14:46:36 -06:00
C.W. Betts ed33a51ee7 Remove deployment target for the chdr static library. 2021-07-29 14:46:04 -06:00
C.W. Betts a943379ad7 PathUtils: Use NSURL types as much as possible. 2021-07-28 15:39:57 -06:00
C.W. Betts f80353779e Minor Xcode maintenance. 2021-07-28 02:17:38 -06:00
C.W. Betts 360a85f46f Update Play.
It should now handle chd files, but it doesn't reflect that.
2021-07-27 23:00:11 -06:00
C.W. Betts 3d70c49698 Update Play! 2021-06-02 15:57:25 -06:00
C.W. Betts 1210246d75 Add a fixme. Play! seems to only support one player right now. 2021-05-10 16:08:11 -06:00
C.W. Betts c8fd5405ad Update submodule 2021-05-06 22:08:08 -06:00
C.W. Betts 1f09fca75a Remove redundant assignment. 2021-05-01 16:32:28 -06:00
C.W. Betts a5d5dd996a Name the seperators.
Include FutureContinuationManager.h in the Xcode project.
2021-05-01 15:06:06 -06:00
C.W. Betts 9b6098e5c6 Update Play 2021-05-01 03:17:26 -06:00
C.W. Betts cbabb9b9b5 Poke the Plist. 2021-05-01 03:15:50 -06:00
C.W. Betts 03e849a4fc Update Play 2021-03-10 17:43:20 -07:00
C.W. Betts 1c34c8995c Update Play 2021-02-26 15:40:19 -07:00
C.W. Betts 61b09c9ed8 Build only active architecture on debug builds. 2021-02-20 01:34:55 -07:00
C.W. Betts df489664c8 Override GetRoamingDataPath so it points to our own, separate path.
This will prevent it from overriding the standalone Play's preferences.
2021-02-15 15:59:21 -07:00
C.W. Betts ee35055a5d Add a fixme.
Pause emulation when resetting and stopping emulation.
2021-02-15 15:01:42 -07:00
C.W. Betts 27e9025b5a Update Play submodule. 2021-02-14 16:05:06 -07:00
C.W. Betts 3faef9fba4 Override PathUtils with our own: Getting the stuff from the main bundle wouldn't work for us. 2021-02-14 15:53:38 -07:00
C.W. Betts b2c4d501aa Move the ps2VM initialize call to after the settings are set. 2021-02-14 15:51:41 -07:00
C.W. Betts d813f9201c Add initial save state support. 2021-02-14 15:01:21 -07:00
C.W. Betts 104c354c4d Prevent possible copy-and-paste errors with the memory cards.
Update todo.
2021-02-14 14:49:08 -07:00
C.W. Betts 541c32fcc6 Fix reset/stop emulation methods.
Initial support for memory cards/hard drive.
2021-02-14 02:40:02 -07:00
C.W. Betts cc5ff5a4d5 Minor pokes. 2021-02-14 01:42:31 -07:00
C.W. Betts 6ecba9b2f8 More Play pokes. 2021-02-14 01:39:27 -07:00
C.W. Betts 2b15f9a03e Minor pokes. 2021-02-11 23:31:38 -07:00
C.W. Betts 038466483e Silence strange warning about targeting 10.14 on Apple Silicon.
Quiet warnings about OpenGL deprecations.
2021-01-04 16:00:57 -07:00
C.W. Betts f618876b56 Update Play submodule.
Build ARM64.
2021-01-04 09:13:48 -07:00
C.W. Betts 3d9af6dc6d More Xcode project maintenance. 2020-11-04 16:31:42 -07:00
C.W. Betts 0c1cfc4ca8 Xcode clean-up 2020-11-04 16:18:55 -07:00
C.W. Betts 505f4ffabc Update Play references.
The main Play repo now includes the required submodules, so remove our submodules and reference the ones in Play proper.
2020-11-04 16:14:52 -07:00
C.W. Betts 37cfa36651 Set encoding of strings to UTF-8.
Mark GLToRPixelFormat as static.
2020-08-06 02:40:33 -06:00
C.W. Betts e25a2b4869 Better analog scaling. 2019-01-13 19:22:11 -07:00
C.W. Betts 7e7616795e Fix analog mappings. 2019-01-13 19:19:22 -07:00
C.W. Betts 9673780cb4 Fix incorrect preference setting for CD-ROM path. 2019-01-13 14:48:14 -07:00
clobber 643a11f929 Merge pull request #8 from MaddTheSane/minorImprovements
Update Submodules and other improvements
2019-01-13 14:04:51 -06:00
C.W. Betts dcaca7f96e Make it build again. 2019-01-13 11:34:00 -07:00
C.W. Betts 608d9fed61 Merge branches 'updatedRef' and 'master' into minorImprovements 2019-01-13 11:23:07 -07:00
C.W. Betts b26d0d136a Update Play submodules, pulled January 13, 2019 2019-01-13 11:19:26 -07:00
clobber d8ea1e8398 Merge pull request #7 from MaddTheSane/updatedRef
Update Play submodules, pulled Nov. 3, 2018.
2018-11-03 15:35:40 -05:00
C.W. Betts ab32618c28 Merge branch 'updatedRef' into minorImprovements 2018-11-03 14:18:26 -06:00
C.W. Betts b37f644b3c Update Play submodules, pulled Nov. 3, 2018. 2018-11-03 14:09:50 -06:00