Commit Graph

973 Commits

Author SHA1 Message Date
LibretroAdmin
d4fca31a60
Merge pull request #16 from warmenhoven/warmenhoven/pr/old-ios-tvos
ios/tvos: properly set min supported version
2024-10-21 16:49:30 -05:00
Eric Warmenhoven
0505fc8dc8 ios/tvos: properly set min supported version 2024-10-16 17:30:12 -04:00
LibretroAdmin
32a7adfb4e
Update .gitlab-ci.yml 2022-07-25 12:46:06 +02:00
LibretroAdmin
00a2a794f7
Update .gitlab-ci.yml 2022-07-25 10:28:42 +02:00
libretroadmin
efacb73b90 Cleanups 2022-07-16 00:32:28 +02:00
libretroadmin
df13a249fa Cleanups 2022-07-16 00:29:36 +02:00
libretroadmin
8ba839b16f More cleanups of unused code for the libretro port 2022-07-15 06:36:12 +02:00
libretroadmin
b720a45137 Remove TraceLogger code 2022-07-15 06:12:23 +02:00
libretroadmin
99a8dc3db5 Cleanup unused variables/functions 2022-07-15 05:11:42 +02:00
twinaphex
b0b53409ee Cleanups 2022-04-09 21:35:39 +02:00
twinaphex
3c2900cfd6 Cleanups 2022-04-09 21:19:31 +02:00
twinaphex
362b3c5619 Cleanups 2022-04-09 21:15:25 +02:00
twinaphex
0c76513d67 Cleanups 2022-04-09 21:09:35 +02:00
twinaphex
7472e4c7ce Cleanups 2022-04-09 17:12:44 +02:00
twinaphex
d1714e9e08 Cleanups 2022-04-09 06:50:15 +02:00
twinaphex
3694c7f969 remove Spc Loader code 2022-04-07 21:51:35 +02:00
twinaphex
7ff9e892f0 Remove ShortcutKeyHandler 2022-04-07 18:35:45 +02:00
twinaphex
91ca7849ca Cleanups 2022-04-07 18:09:24 +02:00
twinaphex
03758c3a1a Remove RomFinder.h 2022-04-07 16:57:41 +02:00
twinaphex
e8c7a21d09 Remove unused Lua files 2022-04-07 16:56:08 +02:00
twinaphex
8a1f08155c Remove unused Lua files 2022-04-07 16:54:54 +02:00
twinaphex
c471b0c01a Remove RecordedRomTest 2022-04-07 16:48:32 +02:00
twinaphex
1ad9eeddf2 Remove unused header files 2022-04-07 16:42:00 +02:00
twinaphex
9b7cfb6850 Get rid of some netplay code 2022-04-07 16:36:22 +02:00
twinaphex
6b69a0c63e Remove vcxproj files 2022-04-07 16:32:18 +02:00
twinaphex
9210584482 Remove non-libretro code 2022-04-07 16:27:22 +02:00
Autechre
6e010d1676
Merge pull request #11 from ds22x/master
Add support for multi-line cheat-codes
2022-03-29 16:32:49 +01:00
ds22x
6650b648bb Add support for multi-line cheat-codes 2022-02-25 23:49:18 +01:00
Jean-André Santoni
42eb0e8ad3
Merge pull request #9 from libretro/ppimprovements
Piepacker improvements
2021-05-11 15:09:07 +07:00
Jean-André Santoni
23b902dbcd
Remove a comment 2021-05-11 12:22:58 +07:00
Gregory Hainaut
cc681b12f7 forget to remove old code 2021-05-11 11:57:40 +07:00
Gregory Hainaut
4e9165065d dsp1: add HLE support
Imported from bsnes

Enable it with the following option
"mesen-s_hle_coprocessor" = "enabled"
2021-05-11 11:57:33 +07:00
Gregory Hainaut
9247cfb4b4 Support uncompressed savestate
* Bump savestate version. Unfortunately the header doesn't contain
info if the savestate is compressed or not. Instead it relies on
hardcoded value in the code...
* Properly extract the steam data from the file (drop the header)
2021-05-11 11:57:21 +07:00
Gregory Hainaut
0b5ee2a059 disable sha1 computation on the serialization
It is slow as hell. And sha1 isn't checked at load time.

This commit and previous save around 20ms of CPU !
2021-05-11 11:57:13 +07:00
Gregory Hainaut
0acaed6949 disable savestate compression
It is useless. Worse, it can increase the size of the state
Performance wise compression is rather slow
2021-05-11 11:57:06 +07:00
twinaphex
af1c9b8f2a Add tvos-arm64 target 2021-03-09 05:13:32 +01:00
twinaphex
f0a324a3fc Add ios-arm64/tvos-arm64 2021-03-09 04:48:44 +01:00
twinaphex
7f1f7a410b (iOS) Fix iOS build - bump up minimum supported version to 9.0 because TLS (Thread Local Storage) code won't compile otherwise 2021-01-31 01:53:08 +01:00
twinaphex
7221b155ab (Mac) Fix cross-compilation for ARM64 2021-01-28 05:24:00 +01:00
twinaphex
73609b15eb (macOS) Fix build 2021-01-27 12:27:28 +01:00
twinaphex
1e9d5cee57 (macOS) Fix rule 2021-01-27 12:24:39 +01:00
twinaphex
6d0201d645 (macOS) Add arm64 target 2021-01-27 12:21:39 +01:00
Autechre
8a6de7802b
Update .gitlab-ci.yml 2021-01-09 18:19:13 +01:00
Autechre
0fecf119a2
Update .gitlab-ci.yml 2021-01-03 04:04:03 +01:00
Autechre
1c1e2ff187
Update .gitlab-ci.yml 2021-01-02 15:09:24 +01:00
Autechre
b9c0b0c540
Update .gitlab-ci.yml 2020-12-28 04:44:41 +01:00
Autechre
1a56aa6f84
Update .gitlab-ci.yml 2020-12-28 03:52:46 +01:00
twinaphex
3b43daf37d Update 2020-12-20 21:12:57 +01:00
Autechre
31ca227b5c
Merge pull request #4 from webgeek1234/master
libretro: Update gitlab ci extends ordering
2020-12-02 11:27:44 +01:00
Aaron Kling
2f75781e5f libretro: Update gitlab ci extends ordering 2020-12-02 00:17:30 -06:00