Commit graph

189 commits

Author SHA1 Message Date
fewtarius
a445f382a0
Merge dev. 2024-03-07 23:07:38 +00:00
fewtarius
85f0a47cbf
Add RK3566-BSP-X55. 2024-03-07 17:26:25 +00:00
fewtarius
198266e002
Add an RK3566-BSP platform so we can do a one off release. 2024-03-07 16:40:00 +00:00
brooksytech
2a06ba0b9f
ACE - rollback kernel to 5.10 2024-03-07 14:12:49 +00:00
Marc Roy
51d9d3dd3b Set GearColeco to default and Add MO/TO Family system
- Set GearColeco to default
- Add MO/TO Family system
- Update es-theme-art-book-next for MO/TO thanks @anthonycaccese
2024-03-06 22:57:40 +01:00
fewtarius
595439556a
Update emulators and cores, enable dsi0 (Gameforce Ace, probably redundant). 2024-03-05 16:21:42 +00:00
fewtarius
ce01aca067
Merge pull request #2969 from wwark/dev
Update Vircon32 and core-info and add missing extensions for NGP et WS
2024-03-04 18:30:42 -05:00
fewtarius
326281f392
Drop Citra. 2024-03-04 19:57:54 +00:00
fewtarius
437f771fc4
Drop more bits. 2024-03-04 19:28:56 +00:00
Marc Roy
146b03732b Update Vircon32 and core-info and add missing extensions for NGP et WS
- add missing extensions for NGP et WS : both grayscale and color games could be played on both systems
- Update Vircon32 and core-info : Bios Embeded on the core, speed fixes (all games are full speed on RGB30)
2024-03-04 19:22:39 +01:00
fewtarius
8943fc8fb1
Work on fixing up native rotation. 2024-03-01 01:11:30 +00:00
fewtarius
05c4a27750
Refactor volume sense into input sense, improve its response time + cpu usage, and merge jslisten's kill function into the daemon. 2024-02-27 19:46:25 +00:00
Brooksytech
c02dad657f
Merge pull request #2925 from brooksytech/dev
RK3588: Gameforce Ace bring up - WIP
2024-02-26 08:19:52 -08:00
brooksytech
8e06a27fb8
RK3588: Gameforce Ace bring up 2024-02-26 16:07:58 +00:00
sydarn
dec22a0357 mednafen:snes_faust: Add options to ES 2024-02-25 12:42:55 +01:00
fewtarius
fc466f7569
Update documentation. 2024-02-18 18:55:32 +00:00
Marc Roy
80eccdf5df Add Vircon32 (Vircon32 libretro core)
- Add Vircon32 (Vircon32 libretro core) using package from AmberElec
- thanks @anthonycaccese for picture of Vircon32( es-theme-art-book-next)
2024-02-18 07:28:12 +01:00
fewtarius
3f6a6af689
Bump to 6.8-rc4, AMD64 to 6.7.5. 2024-02-16 22:58:21 +00:00
fewtarius
1d2350ff9e
Improve Vita3k integration, adds a scan games script and also integrates .psvita files that it creates with the start script. 2024-02-08 00:40:38 +00:00
fewtarius
1500c615c1
Bump kernel to 6.7.4 (AMD64, S922X, RK3326, RK3399). 2024-02-06 18:27:15 +00:00
fewtarius
51614d680e
Update documentation. 2024-02-05 12:49:01 +00:00
fewtarius
fef94ca762
Merge pull request #2828 from wwark/dev
Add CHIP-8 / S-CHIP / XO-CHIP (Jaxe libretro core)
2024-02-05 06:14:20 -05:00
fewtarius
ed6b9b347a
Revert systemd to 253.16 to try and resolve UI start failure issues with Weston/Wayland. Update documentation. 2024-02-05 01:07:15 +00:00
Marc Roy
f3204aee10 Add CHIP-8 / S-CHIP / XO-CHIP (Jaxe libretro core)
- Add CHIP-8 / S-CHIP / XO-CHIP (Jaxe libretro core) using package from AmberElec
- Update es-theme-art-book-next for picture for CHIP-8 - thanks @anthonycaccese
2024-02-04 22:02:45 +01:00
fewtarius
dd29347584
Merge pull request #2815 from wwark/dev
Atari Lynx :  Add lyx rom file
2024-02-04 05:16:43 -05:00
fewtarius
ff2f299fdc
Merge pull request #2816 from fewtarius/dev
Update docs. Run should lot output errors to the console.  Fix libevdev include for libgo2.
2024-02-04 05:15:19 -05:00
fewtarius
ebacb9c426
Update docs. Run should lot output errors to the console. 2024-02-04 10:13:34 +00:00
Marc Roy
5132d0409a Atari Lynx : Add lyx rom file
- No-Intro proposed a new roms pack for Artari Lynx with lyx extension rom file
- Handy (already merged) and Bettel-lynx (PR not accepted) are compatible with this new format
e918e40512
https://github.com/libretro/beetle-lynx-libretro/pull/70

The extension is added also on core info
ef6815722b
2024-02-04 09:35:45 +01:00
sydarn
bc8f55bee5 Update documentation 2024-02-03 22:02:05 +01:00
sydarn
e482d6851e Remove mednafen psx for rk3326 and rk3399 2024-02-03 21:18:33 +01:00
Marc Roy
eccaec425e Sharp X1 & PC98 : Fix loading d88 format 2024-02-02 20:32:24 +01:00
fewtarius
b863822513
Update documentation. 2024-01-30 23:59:05 +00:00
Marc Roy
8e5aee488b
Update SUPPORTED_EMULATORS_AND_CORES.md 2024-01-30 14:15:26 +00:00
Marc Roy
b1793a9a83
Update SUPPORTED_EMULATORS_AND_CORES.md 2024-01-30 14:15:25 +00:00
brooksytech
6e8625af22
RK3399: Fix flycast2021. Thanks @Oendaril 2024-01-26 15:17:26 +00:00
Oendaril
8d08d3625d Fixing a gcc issue in flycast2021 that prevented it from loading on RK3326 devices. We needed to turn off outlining atomics to prevent unused headers from being looked up. As a result, re-enabling flycast2021 for RK3326 devices 2024-01-25 11:33:14 -05:00
fewtarius
9d8d9c8dc9
bump RK3566 u-boot, update 3588 docs. 2024-01-20 10:54:03 +00:00
fewtarius
00f5f1e2f6
* Revert Mali driver to g2p0.
* Deprecate and remove flycast32.
2024-01-19 23:59:13 +00:00
fewtarius
97a11201d4
* Update documentation.
* Revert kronos-sa (currently broken on AMD64, need more time to investigate).
* Fix ui_shader quirk default permissions.
2024-01-19 01:06:07 +00:00
sydarn
07658b6648 Docs after build 2024-01-18 08:58:32 +01:00
sydarn
2f7290716f Remove bsnes for rk3326/3566, only build beetle-saturn for AMD64/RK3588 2024-01-18 08:58:29 +01:00
fewtarius
a09722be03
Docs update. 2024-01-18 01:46:26 +00:00
fewtarius
984ad9d91d
* Update emulators, cores, and support packages.
* Correct a bug in our X-Box 360 Retroarch gamepad configuration file.
* Add mame to Game and Watch + enable on all devices (another docs update to follow).
* Enable EMMC on Powkiddy x55 to allow JELOS to be installed to it.
2024-01-17 22:10:37 +00:00
brooksytech
5523ee5f37
Add Portmaster controller layout 2024-01-13 02:18:35 +00:00
Anthony
11cbe861f0 remove primehack 2024-01-10 08:54:32 -05:00
brooksytech
739a29eabf
Update docs, remove mednafen snes from RK3399 (too slow, use snes_faust) 2023-12-28 22:49:11 +00:00
fewtarius
2c0b156811
Update documentation 2023-12-28 18:20:31 +00:00
fewtarius
1b5d445498
Update documentation. 2023-12-24 03:12:20 +00:00
fewtarius
ac76d683f9
Merge pull request #2572 from anthonycaccese/dev
Remove Legacy Packages
2023-12-22 19:18:37 -05:00
Anthony
0610813cba removed unused packages 2023-12-22 18:54:25 -05:00