93 Commits

Author SHA1 Message Date
LibretroAdmin
e80d7b1aa2
Merge pull request #19 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2024-10-21 16:48:11 -05:00
Eric Warmenhoven
0f75fe261b tvos: properly set min supported version 2024-10-18 16:59:52 -04:00
LibretroAdmin
b7c3ff91ad
Merge pull request #18 from Ploggy/master
[WiiU] Aroma CFW Compatibility
2024-06-28 17:51:04 -05:00
Ploggy
42205d5b00
Merge branch 'libretro:master' into master 2024-06-03 00:31:34 +01:00
LibretroAdmin
e21856941d
Merge pull request #17 from warmenhoven/warmenhoven/pr/apple
Add ios-arm64 and tvos-arm64 support
2024-01-05 13:50:02 -08:00
LibretroAdmin
da87e6d6ff
Merge pull request #15 from XQuader/bugfix/black_screen_issue_13
fix: black screen issue #13
2024-01-05 13:49:52 -08:00
Eric Warmenhoven
44efc625ed Add ios-arm64 and tvos-arm64 support 2024-01-05 01:03:05 -05:00
LibretroAdmin
e0d6d47230
Merge pull request #16 from JoeOsborn/fix-emscripten
use emar for archiving
2023-11-01 00:34:00 +01:00
Joseph C. Osborn
fe47cee87d use emar for archiving 2023-10-06 10:57:51 -07:00
Semyon Balakhnin
4d552c6723 fix: black screen issue #13 2023-09-19 23:40:29 +04:00
Ploggy
d166495cfe Update Makefile 2023-03-03 18:52:21 +00:00
twinaphex
c2624c7565 Buildfix 2022-04-05 22:22:41 +02:00
twinaphex
61c4858567 Update libco 2022-04-05 21:58:16 +02:00
Autechre
a9068332d5
Merge pull request #12 from jSTE0/miyoo-target
platforms: Add Miyoo target
2022-04-03 18:31:08 +01:00
jSTE0
839f1e634f platforms: Add Miyoo target
Based on OpenDingux (ARM).
2022-04-03 18:22:22 +01:00
twinaphex
dbf2f5964c Cleanups 2021-11-02 17:14:06 +01:00
twinaphex
1ce3bb107a Start hooking up MSVC2005 support 2021-09-23 23:08:02 +02:00
twinaphex
e383043cde Use VFS instead of straight file I/O 2021-09-23 02:16:17 +02:00
twinaphex
a17b9a439e Cleanups 2021-09-22 23:40:28 +02:00
twinaphex
77759163b5 Cleanups 2021-09-22 23:37:23 +02:00
twinaphex
635888d483 Cleanups 2021-09-22 23:27:43 +02:00
twinaphex
a84d2d8326 Get rid of src/util.c - replace with log_cb 2021-09-17 23:07:56 +02:00
twinaphex
b72ca01d8b Style cleanups 2021-09-17 20:40:25 +02:00
twinaphex
fec5412cf3 Cleanups 2021-09-17 20:32:51 +02:00
twinaphex
1bf3b3fd94 Fix memset warning 'src/mixer.cpp:17:40: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct MixerChannel'; use assignment or value-initialization instead [-Wclass-memaccess]' 2021-09-17 19:10:19 +02:00
twinaphex
2ad9bfa299 Cleanup 2021-09-17 19:02:34 +02:00
twinaphex
87fce6a58b Remove unused sdlmain.cpp 2021-09-06 16:49:55 +02:00
Autechre
b065c21af6
Update .gitlab-ci.yml 2021-05-12 16:53:26 +02:00
Autechre
07b0e37ec0
Update .gitlab-ci.yml 2021-03-17 14:10:58 +01:00
twinaphex
dc5f67f04f (macOS) Add ARM 64bit MacOS support 2021-01-29 16:57:12 +01:00
Autechre
de347b0eef
Update .gitlab-ci.yml 2021-01-24 18:59:10 +01:00
Autechre
f11a72d54d
Merge pull request #8 from IAmBoring/patch-1
Wii build
2021-01-24 17:26:29 +01:00
IAmBoring
aa3cec46a3
Wii build 2021-01-14 04:00:30 +00:00
Autechre
665f94c9ab
Update .gitlab-ci.yml 2021-01-10 00:49:34 +01:00
Autechre
500a792483
Update .gitlab-ci.yml 2021-01-02 00:49:24 +01:00
Autechre
bb8edb2fb0
Update .gitlab-ci.yml 2020-12-28 03:28:25 +01:00
twinaphex
19e5a7aa16 Update 2020-12-20 22:26:59 +01:00
twinaphex
eb72f37e40 Cleanups 2020-10-08 00:29:51 +02:00
twinaphex
42bd315567 Cleanups 2020-10-08 00:26:56 +02:00
twinaphex
d29d292a08 Add .gitlab-ci.yml 2020-10-08 00:15:44 +02:00
twinaphex
a60b6fe837 Cleanups 2020-10-06 02:31:52 +02:00
Autechre
db0c4ce2cb
Merge pull request #7 from trioan/bitmask
libretro: use input bitmask
2020-09-17 21:52:38 +02:00
trioan
b6f81a10f2 libretro: use input bitmask 2020-09-16 20:05:10 +00:00
twinaphex
6888c010a5 Update 2020-01-07 01:06:42 +01:00
Twinaphex
506e243b48
Merge pull request #4 from webgeek1234/master
libretro: Allow mingw cross compile
2019-09-14 08:05:51 +02:00
Twinaphex
7e3c7f7656
Merge pull request #5 from yoshisuga/tvos_support
(tvOS) support building using tvOS SDK
2019-09-14 08:05:39 +02:00
Yoshi Sugawara
a09d8c37d6 (tvOS) support building using tvOS SDK 2019-09-13 23:01:24 -07:00
Aaron Kling
01cbaba5c2 libretro: Allow mingw cross compile 2019-08-15 02:26:47 -05:00
Twinaphex
ac2e543fc6
Merge pull request #3 from yoshisuga/ios-arm64-buildbot-fix
iOS: support for building using buildbot recipe
2019-08-14 18:34:45 +02:00
Yoshi Sugawara
606783bad2 iOS: support for building using buildbot recipe 2019-08-14 06:28:52 -10:00