Commit Graph

6361 Commits

Author SHA1 Message Date
LibretroAdmin
7f05a8d447
Merge pull request #118 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2024-10-21 16:38:59 -05:00
Eric Warmenhoven
e6c44ba77c tvos: properly set min supported version 2024-10-15 12:47:43 -04:00
LibretroAdmin
b518fec54b
Merge pull request #115 from pR0Ps/master 2024-01-11 02:07:44 -08:00
Carey Metcalfe
ccde7932ad Fix typo in desmume_gfx_highres_interpolate_color description 2024-01-09 20:11:13 -05:00
LibretroAdmin
4ee1bb1d6a
Merge pull request #113 from greenchili2/master
Fix SRAM not being saved.
2023-10-06 06:44:56 -07:00
greenchili2
58c08d6ff5
Fix SRAM not being saved. 2023-10-06 08:29:23 -04:00
LibretroAdmin
cf0fcc6ea4
Merge pull request #111 from warmenhoven/dev/warmenhoven/tvos
Fix tvos build
2023-05-28 05:59:09 +02:00
Eric Warmenhoven
5e621f9ee6 Fix tvos build 2023-05-27 14:31:14 -04:00
LibretroAdmin
e9520349f5
Merge pull request #109 from Namaneo/emscripten
Fix Emscripten build
2023-04-13 10:36:00 +02:00
LibretroAdmin
c202c1a34b
Merge pull request #110 from soundsnow/master
iQue DS
2023-04-13 10:35:51 +02:00
soundsnow
136586c92f
iQue DS 2023-04-13 12:57:12 +08:00
Julien Loir
a8e1e65c36 Fix Emscripten build 2023-04-10 01:13:34 +02:00
LibretroAdmin
fbd368c810
Merge pull request #101 from ds22x/master
Update to core options v2 interface & hide some options in various cases
2022-09-26 16:39:34 +02:00
ds22x
941f2791c3 Hide CPU mode option when HAVE_JIT is 0 & OpenGL exclusive options when using soft3D 2022-09-19 01:42:49 +02:00
ds22x
5804d7eec8 Update core options v2 interface 2022-09-18 20:53:52 +02:00
LibretroAdmin
88fa70b198
Delete desmume_libretro.so 2022-09-09 07:31:55 +02:00
LibretroAdmin
fb05195a53
Merge pull request #100 from zoltanvb/master
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
2022-07-29 12:41:37 +02:00
zoltanvb
a8d61956ec Makefile fix to enable build for "unix-armv7-hardfloat-neon" 2022-07-29 07:38:51 +02:00
twinaphex
5d0ae2be2c libco is not used - remove confusion by removing it 2022-04-05 23:03:17 +02:00
twinaphex
7b16293ebb Improve Makefile pt. 2 2022-03-18 17:35:20 +01:00
twinaphex
4586dd666f Get rid of CROSS_COMPILE flag 2022-03-18 17:19:57 +01:00
twinaphex
3af49d8d5d Improve Makefile 2022-03-18 17:17:42 +01:00
warmenhoven
ad07fefd34
Add osx-arm64 (#94) 2022-03-18 00:34:23 +01:00
twinaphex
7ea0fc9680 Revert "Update base_width/base_height scaling"
This reverts commit f74caf9825.
2021-08-16 15:08:02 +02:00
twinaphex
f74caf9825 Update base_width/base_height scaling 2021-08-16 02:46:46 +02:00
kwyxz
0bc055a126
Fixed 32bit Haiku build (#86) 2021-05-14 17:45:26 +02:00
kwyxz
815a92f5c9
Enable Haiku build (#85) 2021-05-12 16:10:11 +02:00
twinaphex
7300ed815b Add ios-arm64/tvos-arm64 2021-03-17 07:54:16 +01:00
Autechre
2ed78e2cec
Update .gitlab-ci.yml 2021-01-09 16:28:26 +01:00
Autechre
817bf38fc5
Update .gitlab-ci.yml 2021-01-09 16:10:21 +01:00
Autechre
ba99ca8ff2
Update .gitlab-ci.yml 2021-01-07 23:15:47 +01:00
Autechre
b20a2c3b7d
Update .gitlab-ci.yml 2021-01-02 11:01:08 +01:00
twinaphex
b0cf403137 Update 2020-12-20 20:30:33 +01:00
twinaphex
6a137b6420 Update osx target 2020-12-09 08:22:17 +01:00
Autechre
e09e88c8d6
Update .gitlab-ci.yml 2020-12-09 04:18:35 +01:00
webgeek1234
28a35020e1
libretro: Update gitlab ci extends ordering (#81) 2020-12-04 18:35:49 +01:00
twinaphex
d9923420d5 Change pcap header include 2020-10-10 04:31:02 +02:00
twinaphex
6bfc3765ff Add .gitlab-ci.yml 2020-10-10 02:52:10 +02:00
barbudreadmon
66f5c82fab
call context matching driver (#78)
This reverts commit 6f520c8163.
2020-10-04 13:01:17 +02:00
Autechre
6f520c8163
Revert "improve context logic (#74)" (#75)
This reverts commit 1a7060b542.
2020-05-25 21:41:34 +02:00
barbudreadmon
1a7060b542
improve context logic (#74) 2020-05-25 16:21:18 +02:00
yoshisuga
e8cf461f83 (tvOS) Compile using tvOS SDK (#66) 2019-09-02 02:50:55 +02:00
webgeek1234
ae862a835b Fix mingw cross compile and add missing Nintendo targets (#65)
* libretro: allow mingw cross compile

* libretro: add support for 3ds, gamecube, and wii-u
2019-08-17 16:23:52 +02:00
webgeek1234
c5a899af82 Android updates (#62)
* Disable pcap on android

* libretro: jni: Switch stl to c++ in prepararion for ndk r20

Also disable narrowing errors. This should be fixed properly later.

* libretro: android: fix compile
2019-06-27 00:52:52 +02:00
twinaphex
605d4ef028 Add bitmask input code 2019-06-25 17:49:11 +02:00
yoshisuga
d6088d2469 iOS: support ios-arm64; follow fixes for libnx to disable network functionality (#61) 2019-06-25 15:30:26 +02:00
m4xw
3069551c2e [LIBNX] Deprecate switch_pthread, update rthreads (#60) 2019-04-26 22:09:47 +02:00
Mats A
b2da53a754 working libnx port (#56)
* working libnx port

* replace accidental elif and remove the extra whitespace
2019-02-19 17:44:40 +01:00
Brandon Wright
b9b515f57b Add -std=gnu++11 to JNI as well. 2019-01-26 18:22:18 -06:00
Brandon Wright
e9e6470928 Merge remote-tracking branch 'TASVideos/master' 2019-01-25 20:43:59 -06:00