1091 Commits

Author SHA1 Message Date
clobber 290b39da6f Merge pull request #1 from ActuallyTaylor/master 2025-10-08 14:03:29 -06:00
Taylor Lineman 207a4eec3b Merge pull request #1 from ActuallyTaylor/fix-submodules 2025-10-08 14:10:07 -04:00
Taylor Lineman 10116291c6 Fix git submodules
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
2025-10-08 14:02:40 -04:00
C.W. Betts a95e8db4ef Build only active architecture on debug builds. 2021-02-20 01:34:20 -07:00
C.W. Betts 90bc2770dd Remove VALID_ARCHS 2021-01-16 14:08:05 -07:00
C.W. Betts 1d767b18af Poke the plists: get the development language from Xcode build. 2020-10-01 01:51:38 -06:00
C.W. Betts 14bd33353c Fix locations of the system plugin headers.
Minor Xcode maintenance.
2020-10-01 01:26:45 -06:00
C.W. Betts 12c18e6ead Revert "set deployment target to match OpenEmuCore's, of 10.14.4." 2020-09-22 09:27:25 -06:00
C.W. Betts 4d7cfacb1c set deployment target to match OpenEmuCore's, of 10.14.4. 2020-09-22 03:03:41 -06:00
clobber a3a50b6ea7 Fix resolution switching between H40 and H32 modes.
Bug after implementation refactor.
2020-05-14 20:33:32 -06:00
clobber e898e6c71b Redo implementation 2020-05-14 14:26:05 -06:00
C.W. Betts f7c60e0a89 Update language resources.
This quiets warnings in newer Xcode releases.

Also update framework locations.
2020-01-07 16:48:26 -07:00
clobber ac7e376059 Update to 1.93 (rebased at https://github.com/notaz/picodrive/commit/7ddd8501a72bd53a98083e7137a2e26f7d615a7f ) 2019-06-09 21:55:49 -05:00
clobber 3b151b8b1e Merge branch 'master' of github.com:OpenEmu/picodrive 2019-06-09 21:46:20 -05:00
clobber d1a5308be3 Bump version for sparkle updater. Core is still 1.92 2019-06-09 21:43:04 -05:00
clobber fc71b30d98 Fix PAR. 2019-06-09 21:43:04 -05:00
clobber 9c756a0ceb Update to 1.92 2019-06-09 21:43:04 -05:00
clobber db299641fd Use -fileSystemRepresentation instead of -UTF8String for file names 2019-06-09 21:43:04 -05:00
Rudy Richter 9e32d6e3a7 Enable direct-rendering 2019-06-09 21:43:04 -05:00
clobber b44f68da4b Bump version for sparkle updater. Core is still 1.91 2019-06-09 21:43:04 -05:00
clobber 24467a725c Limit rewind buffer to 60 seconds to reduce memory use 2019-06-09 21:43:04 -05:00
clobber 94d6fb8054 Bump version so we can update over sparkle. Core is still based off 1.91 2019-06-09 21:43:04 -05:00
clobber 965f654993 Clean up deprecated methods. 2019-06-09 21:43:04 -05:00
Alexander Strange bb7dbad439 Fix compilation issue 2019-06-09 21:43:04 -05:00
Alexander Strange 7f44db3765 Pretty new OEGameCore refactor in preparation for OpenGL3 support. Should not break backwards compatibility. 2019-06-09 21:43:04 -05:00
Alexander Strange 66907312fa Update projects - fix debug builds, make deployment 10.11, enable objc-arc properly, build faster 2019-06-09 21:43:04 -05:00
clobber a5759b545d Turn off GCC_NO_COMMON_BLOCKS 2019-06-09 21:43:04 -05:00
Christoph Leimbrock 43c362d84c Fix some warning and adjust project settings. 2019-06-09 21:43:04 -05:00
Kyle Lacy 6374a2d9c3 Add plist keys to support rewinding 2019-06-09 21:43:04 -05:00
Kyle Lacy c234d71d33 Implement state serialization/deserialization 2019-06-09 21:43:04 -05:00
clobber fe0e6dd30b Bump version so we can update over sparkle. Core is still based off of 1.91 2019-06-09 21:43:04 -05:00
clobber b840ec5a55 Hard code expected serial size to fix autosave restore since emulator core doesn't seem to report the correct size. Fixes https://github.com/OpenEmu/OpenEmu/issues/882 2019-06-09 21:43:04 -05:00
clobber f5df32efb7 Merge in famec reentrant patch for clang 2019-06-09 21:43:03 -05:00
clobber 0354d1330c Add error: parameter to -loadFileAtPath: method. 2019-06-09 21:38:15 -05:00
Alexander Strange 667bbdeda4 Compilation speed: enable modules 2019-06-09 21:38:15 -05:00
clobber 4d90c9b65a Update spakle update URL and remove DSA key 2019-06-09 21:38:15 -05:00
clobber 4a23a69155 Update to 1.91
18c19f7eb0 causing clang to hang so
rolled back to previous famec commits
2019-06-09 21:38:15 -05:00
clobber e6b8d74286 Update to 1.85
18c19f7eb0 causing clang to hang so
rolled back to previous famec.c/.h commits
2019-06-09 21:35:16 -05:00
clobber c862805b2a Improve errors in Picodrive. 2019-06-09 21:35:16 -05:00
clobber f01910c4f0 Prevent the global variable from retaining the game core. 2019-06-09 21:35:16 -05:00
clobber 3212034a98 Fix saving/loading state in PicodriveGameCore. 2019-06-09 21:35:16 -05:00
Remy Demarest 04e588a4bd Remove empty method. 2019-06-09 21:35:16 -05:00
clobber 48b1292c3c Use biosDirectoryPath 2019-06-09 21:35:16 -05:00
clobber 325437f264 Enable save states
Core now has support
2019-06-09 21:35:16 -05:00
clobber 9e4ae431d3 OpenEmu port (32X only)
Note that commit 0c720b9144 has caused
choppy audio in some games (Virtua Fighter)
2019-06-09 21:35:16 -05:00
clobber f7453ae72b Update gitignore 2019-06-09 21:35:16 -05:00
notaz 7ddd8501a7 release 1.93
just because orbea wants a release tarball
v1.93
2019-01-25 02:36:25 +02:00
clobber 53c1f52f95 Bump version for sparkle updater. Core is still 1.92 v1.92.0.1 2018-09-19 22:20:33 -05:00
clobber 9e630e35b2 Fix PAR. 2018-09-19 22:19:22 -05:00
notaz 6ee3a0f98a Merge pull request #85 from orbea/git
libretro: Allow setting GIT_VERSION.
2018-04-05 23:58:22 +03:00