Commit graph

627 commits

Author SHA1 Message Date
adamg
da71445d67 mupen64plus-sa-simplecore: make sure package uses correct SDL headers 2023-09-20 11:35:08 +01:00
adamg
e2bbaa14bd gzdoom-sa: make sure sdl2 is available for host when building 2023-09-20 11:35:08 +01:00
fewtarius
0003d0e2f9
Patch CEMU to allow switching to gamepad view using the Ayaneo button on Ayaneo devices or the right lower action button on Loki. 2023-09-19 16:08:37 +00:00
fewtarius
b1d99ce8f9
Merge pull request #2081 from fewtarius/dev
Fix ES screensaver audio, clean up cemu build options, update wxwidgets.
2023-09-18 19:27:26 -04:00
fewtarius
e6ccd34a3b
Fix ES screensaver audio, clean up cemu build options, update wxwidgets. 2023-09-18 23:26:26 +00:00
Brooksytech
68e5205984
Merge pull request #2080 from brooksytech/dev
Add idtech category for RA id software game engines
2023-09-18 16:04:37 -07:00
mason
b4b6196bea
Add idtech category for RA id software game engines 2023-09-18 16:15:36 +00:00
fewtarius
3120be0097
Fix build issue with mupen64plus-sa-simplecore. 2023-09-17 13:31:48 +00:00
fewtarius
4f493b25bf
Revert "gzdoom-sa: make SDL headers available to package" as it breaks RK3566-X55 builds.
This reverts commit 6a00d4ac1a.
2023-09-17 13:17:59 +00:00
fewtarius
73da73763d
Update emulators and cores. 2023-09-16 13:10:57 +00:00
adamg
6bab9c8939
tic80-lr: update package 2023-09-16 12:37:41 +00:00
adamg
6a00d4ac1a
gzdoom-sa: make SDL headers available to package 2023-09-16 12:37:41 +00:00
fewtarius
c830804165
Disable retroarch image viewer so fake-08 blobs load correctly. Thanks to @christianhaitian and @jtothebell. 2023-09-16 10:43:29 +00:00
fewtarius
91e09bdb1e
Merge pull request #2064 from adamg88/vicesafix
fix vice-sa
2023-09-15 10:09:24 -04:00
mason
701688fa77
Update a few SA emulators 2023-09-15 13:34:15 +00:00
adamg
497766f84f vice-sa: add dos2unix:host to pkg_depends_target 2023-09-15 12:39:31 +00:00
fewtarius
a71ec0ec9d
Merge pull request #2052 from fewtarius/dev
Updates and bug fixes
2023-09-13 06:20:08 -04:00
fewtarius
0180be062e
Updates and bug fixes
* Update Linux kernel to 6.4.16 (AMD64).
* Update emulators and cores.
* Revert removal of ES audio path from post-update.
2023-09-13 10:18:33 +00:00
littleguy77
b8070bf651 Respect screen stretch setting for default mupen64plus-sa video plugin.
The default is rice.  We have to explicitly check it here to apply the
proper patched behavior.
2023-09-12 17:22:53 -04:00
littleguy77
3bdd1e63db Attempt to show FPS for all video plugins in mupen64plus-sa.
These doesn't seem to be enough, at least not in RK3566-X55.

Not sure if these settings still work in upstream mupen, but as long as
they still exist we should probably set them.  If someone wants to debug
why they don't work in JELOS, it's one less thing to fix.
2023-09-12 17:22:53 -04:00
littleguy77
ed911cbcfe Final cosmetic tweaks. 2023-09-12 17:22:53 -04:00
littleguy77
8da28713bb Clean up file ops section.
- Move screen variables out of file section.
- Clean and create directories up front.
- Copy to GAMEDATA before copying to TMP.
2023-09-12 17:22:53 -04:00
littleguy77
bfca4c3f3e Replace string literals with variable references. 2023-09-12 17:22:53 -04:00
littleguy77
c8042943ff Consolidate file ops and param settings into logical groups.
File ops at the top.  Keep related param settings together.

Make sure things like SIMPLESUFFIX and the TMP directory are set early
to avoid accidental premature use.
2023-09-12 17:22:53 -04:00
littleguy77
b90edcd233 Move invariant params outside of condition blocks.
Some values are the same regardless of condition.  Others will simply be
ignored if they are not relevant, so no need to condition them.
2023-09-12 17:22:53 -04:00
littleguy77
6509944855 Split the param assignment onto multiple lines for readability. 2023-09-12 17:22:53 -04:00
littleguy77
5396a337b3 Pass mupen64plus-sa config by command line args.
No need for sed; just use mupen64plus-ui-console as it was intended,
passing the values by the command line.

More readable - shows exactly which setting is set.  Also prevents the
wrong setting with a similar name from being set.

Also reduces the importance of the cfg file.
2023-09-12 17:22:53 -04:00
littleguy77
c4ed820547 Use += operator to concatenate strings.
Easier to read and slightly more rot resistant.
2023-09-12 17:22:53 -04:00
littleguy77
335eeef432 Use braces on variables as best practice. 2023-09-12 17:22:53 -04:00
littleguy77
6371e383e6 Tweak whitespace for clarity.
Clarify subsequent commits and reduce risk of merge conflicts.
2023-09-12 17:22:52 -04:00
fewtarius
d14d0bc4e0
Add pixel perfect option on RGB30, and enable it by default if it isn't already configured. 2023-09-09 10:12:10 +00:00
mason
f0b1240f7e
Add graphics backend feature to PPSSPP 2023-09-08 19:11:20 +00:00
Brooksytech
2fbd6a5c2d
Merge pull request #2029 from brooksytech/dev
Update Yuzu-sa
2023-09-08 06:06:28 -07:00
mason
b02807fcda
Update Yuzu-sa 2023-09-08 13:05:40 +00:00
fewtarius
877c9e0ef4
Bump PPSSPP sa and lr. 2023-09-08 13:01:34 +00:00
mason
309056ae09
Enable Vita3K support on AMD64 builds 2023-09-07 21:08:45 +00:00
fewtarius
e01306a5a5
* Add multitap and 4 way play to SNES/Genesis netplay.
* Ensure audio is routed to client 2 for GameBoy netplay.
* Update emulators and cores.
* Update Linux kernel to 6.4.15 (AMD64).
2023-09-07 10:27:54 +00:00
fewtarius
165f994bc1
* Rework profile bits so they are correctly named and sequenced.
* Drop deprecated device.config from AMD64.
* Add a platform quirk for AMD64.x
2023-09-04 10:46:11 +00:00
littleguy77
a90882cef5 Respect FPS setting for GLideN64 in mupen64plus-sa.
No need for sed; just use mupen64plus-ui-console as it was intended,
passing the values by the command line.

I couldn't seem to get FPS working for Rice and Glide64mk2 plugins, so I
left them commented out for now to avoid any confusion.
2023-09-01 09:24:28 -04:00
mason
149e946392
Start work on Vita3k 2023-08-31 22:29:10 +00:00
mason
09a46ad5b3
Start work on Vita3k 2023-08-31 22:16:59 +00:00
fewtarius
1a3ea79ea1
Merge pull request #1986 from fewtarius/dev
Fix missing librga in arm builds, and re-add managing RGA scaling to ES.
2023-08-29 08:43:34 -04:00
fewtarius
ad0f8831ce
Fix missing librga in arm builds, and re-add managing RGA scaling to ES. 2023-08-29 12:43:12 +00:00
Brooksytech
a910d9a5a9
Merge pull request #1985 from brooksytech/dev
Add virtual touchscreen input to citra-sa
2023-08-28 14:37:53 -07:00
mason
36e0427de1
Add virtual touchscreen input to citra-sa 2023-08-28 21:35:38 +00:00
fewtarius
1bea955862
Merge pull request #1982 from fewtarius/dev
Fix puae2021-lr.
2023-08-28 13:55:49 -04:00
fewtarius
e31d63e065
Fix puae2021-lr. 2023-08-28 17:55:23 +00:00
mason
135fc94a6d
Update citra-sa, touchscreen working again. 2023-08-28 13:14:05 +00:00
ilmenit
828f1b0430 Update package.mk 2023-08-28 09:41:45 +02:00
ilmenit
7f37271fc4
Merge branch 'JustEnoughLinuxOS:dev' into dev 2023-08-28 09:36:29 +02:00
fewtarius
6c683cda4d
Update PPSSPP. 2023-08-26 20:52:42 +00:00
fewtarius
c1de6ad382
Update emulators, cores, and moonlight. 2023-08-26 20:52:42 +00:00
ilmenit
e00cd7781b puae2021 core added
puae2021 core added for Amiga emulation to be a default one for older Jelos devices. From testing it's improving performance in demanding and AGA games from 35fps to 50fps (PAL)
2023-08-26 22:29:42 +02:00
fewtarius
30b1b4f3ef
Update CEMU, fix ES GPU profile bug. 2023-08-26 12:42:34 +00:00
fewtarius
0f71b9896b
Base distribution update to bringing JELOS up to more recent or to the latest software versions. Thanks in part to @CoreELEC and @archlinux. 2023-08-24 09:53:35 +00:00
Brooksytech
329949a82b
Merge pull request #1957 from brooksytech/dev
Rework flycast-sa, bump kernel to 6.1.47 on supported devices.
2023-08-23 13:44:08 -07:00
mason
9f53182aa1
Rework flycast-sa, bump kernel to 6.1.47 on supported devices. 2023-08-23 20:42:33 +00:00
littleguy77
259157a9ba Honor Fast HLE (Mupen) choice for RSP plugin in mupen64plus-sa.
Prior to this, the script was always selecting Accurate HLE (CXD4)
regardless of the user's choice in Emulation Station.  It was always
falling through to the default case.  Now we properly catch the Fast HLE
choice.

Note that Accurate HLE (CXD4) is actually denoted in system.cfg with
"mle", not "cxd4", so that case was mislabeled for multiple reasons.

We still want CXD4 to be the default RSP plugin, which is why we only
fix the case labels and not the logic.
2023-08-22 22:09:03 -04:00
fewtarius
13b92db834
Merge pull request #1949 from fewtarius/dev
Split fuse 2.x and 3.x to allow compatibility with multiple apps.
2023-08-21 07:24:16 -04:00
fewtarius
0b68affa8b
Split fuse 2.x and 3.x to allow compatibility with multiple apps. 2023-08-21 11:23:15 +00:00
fewtarius
7bc49c90a5
Merge pull request #1947 from fewtarius/dev
Fix missing right trigger on AYANEO devices, switch mic input back to alsathread in retroarch.
2023-08-19 12:49:57 -04:00
fewtarius
311451dc67
Fix missing right trigger on AYANEO devices, switch mic input back to alsathread in retroarch. 2023-08-19 16:49:03 +00:00
fewtarius
0f7c54de63
Merge pull request #1937 from fewtarius/dev
Updates and fixes - Emulators, Cores, Linux 6.4.11.
2023-08-17 17:34:25 -04:00
fewtarius
fa390fd351
Updates and fixes. 2023-08-17 14:46:48 +00:00
fewtarius
ca9c078fe9
Merge pull request #1935 from fewtarius/dev
Fix 32bit audio.
2023-08-16 12:42:20 -04:00
fewtarius
962dd36bd3
Fix 32bit audio. 2023-08-16 16:41:52 +00:00
mason
dfff231b93
Bump Yuzu-sa & Xemu-sa 2023-08-16 13:49:46 +00:00
fewtarius
95f128b5fc
Switch Retroarch and PPSSPP back to Alsa. 2023-08-15 23:19:33 +00:00
fewtarius
415f7b3379
Revert PPSSPP update. 2023-08-13 19:54:57 +00:00
Brooksytech
b7ccc8147a
Merge pull request #1923 from brooksytech/dev
Add support for NanoBoyAdvance SA
2023-08-13 05:45:22 -07:00
mason
a1258e1ece
Add support for NanoBoyAdance SA 2023-08-13 12:43:30 +00:00
fewtarius
ba2979fa22
Merge pull request #1922 from fewtarius/dev
Fix retroarch package issue preventing librga from being included as a dependency.
2023-08-13 06:38:51 -04:00
fewtarius
8ac712de79
Fix retroarch package issue preventing librga from being included as a dependency. 2023-08-13 10:37:18 +00:00
fewtarius
c5473f846d
Merge pull request #1917 from fewtarius/dev
Fix Fluidsynth service, deprecate SDL2-rotated, clean up packages.
2023-08-11 18:19:26 -04:00
fewtarius
65f45d02b3
Package cleanup. 2023-08-11 22:17:56 +00:00
fewtarius
e4b4c113c4
Merge pull request #1916 from fewtarius/dev
Fix up duckstation-sa.
2023-08-11 17:29:29 -04:00
fewtarius
55c1db1413
Fix up duckstation-sa. 2023-08-11 21:28:58 +00:00
fewtarius
caa4a78808
Merge pull request #1915 from fewtarius/dev
Revert cemu - isn't working.
2023-08-11 17:12:16 -04:00
fewtarius
dea73f4945
Revert cemu - isn't working. 2023-08-11 21:11:38 +00:00
fewtarius
0b090c558c
Merge pull request #1914 from fewtarius/dev
Update emulators, cores, and emulation support packages.
2023-08-11 16:54:31 -04:00
fewtarius
207f8d8f69
* Update emulators, cores, and emulation support packages.
* box64, a5200-lr, atari800-lr, beetle-pce-fast-lr, beetle-pce-lr, beetle-psx-lr, bsnes-lr, package.mk, desmume-lr, dosbox-pure-lr, fbneo-lr, flycast-lr, genesis-plus-gx-lr, genesis-plus-gx-wide-lr, handy-lr, package.mk, mame-lr, mame2003-plus-lr, mupen64plus-nx-lr, opera-lr, pcsx_rearmed-lr, picodrive-lr, play-lr, ppsspp-lr, stella-lr, swanstation-lr, tic80-lr, cemu-sa, duckstation-sa, hatarisa, package.mk, ppsspp-sa, primehack, retroarch, scummvmsa, yuzu-sa, glsl-shaders, slang-shaders, and retroarch-joypads.
* Fix pipewire package oops.
2023-08-11 20:52:46 +00:00
fewtarius
0bd6368426
Merge pull request #1911 from fewtarius/dev
Bug fixes: Audio latency, battery/wifi hotkeys.
2023-08-11 11:08:47 -04:00
fewtarius
653a4196ce
Bug fixes: Audio latency, battery/wifi hotkeys. 2023-08-11 15:07:58 +00:00
Brooksytech
28f86f2dc0
Merge pull request #1910 from brooksytech/dev
Add several PPSSPP ES features
2023-08-11 06:38:17 -07:00
mason
7b770248cf
Add several PPSSPP ES features 2023-08-11 13:37:37 +00:00
mason
771edef124
Add several PPSSPP ES features 2023-08-11 13:34:34 +00:00
fewtarius
7b79e634d7
* Fix vice standalone emulator. 2023-08-10 21:26:33 +00:00
fewtarius
34a7726efc
* Fix Bluetooth audio across all ARM devices.
* Fix scummvm standalone audio issues.
2023-08-10 16:23:00 +00:00
fewtarius
5537455847
Switch dolphin to pulseaudio. 2023-08-10 09:44:35 +00:00
fewtarius
071a9e1937
Revert "Update variables to pipewire."
This reverts commit 8cafec1386.
2023-08-10 09:12:19 +00:00
fewtarius
0ea97e135d
Fix yuzu audio. 2023-08-10 00:19:56 +00:00
fewtarius
8cafec1386
Update variables to pipewire. 2023-08-09 18:41:38 +00:00
fewtarius
922f2a6e47
Merge pull request #1892 from fewtarius/pipewire
Deprecates ALSA and PulseAudio for Pipewire
2023-08-08 14:33:47 -04:00
fewtarius
9effd29a0f
pipewire first iteration ready to merge. 2023-08-08 18:23:57 +00:00
fewtarius
2a34e3a830
Dolphin seems to need to use Alsa, all attempts to use pulse are ignored. 2023-08-08 00:34:47 +00:00
fewtarius
fa62d65811
Mostly finished - dolphin may still need work. 2023-08-08 00:15:56 +00:00
fewtarius
6ccda3d760
Work on pipewire - first get pulse working correctly. 2023-08-07 21:31:05 +00:00
fewtarius
f55fc0c516
Fix up flycast-sa. 2023-08-07 16:26:55 +00:00
fewtarius
af371d8644
Additional changes for pipewire support. 2023-08-07 15:57:50 +00:00
fewtarius
71891318d2
Still iterating on pipewire. 2023-08-07 10:24:56 +00:00
fewtarius
b11ebd6a32
Merge pull request #1890 from fewtarius/dev
Shave a few millisecs off of the boot time.
2023-08-06 20:31:35 -04:00
fewtarius
4f3ba66394
Shave a few millisecs off of the boot time. 2023-08-07 00:30:11 +00:00
fewtarius
7016e1a7fa
Merge pull request #1885 from fewtarius/dev
Dev
2023-08-06 10:53:49 -04:00
fewtarius
1dde0bf7b8
Remove unneeded udev rules. 2023-08-06 13:56:02 +00:00
mason
0f24d5b310
Consolidate Mupen64plus into one emu w/ video plugin options 2023-08-05 06:09:15 +00:00
fewtarius
3a440f72c9
Force RetroArch to use /tmp overlays as desired. 2023-08-03 19:28:23 +00:00
fewtarius
9afacf23ea
Fix ES -> RetroArch input ordering bug. 2023-08-03 17:36:50 +00:00
fewtarius
576e482574
Merge pull request #1863 from fewtarius/dev
Fix mupen64plus sa on remaining devices.
2023-08-02 18:58:25 -04:00
fewtarius
25ed314505
Fix audio package oops. 2023-08-02 22:58:00 +00:00
fewtarius
f921a12775
Fix mupen64plus sa on remaining devices. 2023-08-02 22:56:43 +00:00
Brooksytech
4c32f000db
Merge pull request #1862 from brooksytech/dev
Update Citra-sa
2023-08-02 11:57:49 -07:00
mason
60d94558aa
Update Citra-sa 2023-08-02 18:56:05 +00:00
mason
aaa4e7123a
Enable simple 64 on RK3399, mupen still broken though 2023-08-02 18:48:08 +00:00
fewtarius
af0dd8065a
Use the new OS functions to pass the screen resolution to mupen64. 2023-08-02 18:47:40 +00:00
mason
9f9f565042
Enable simple 64 on RK3399, mupen still broken though 2023-08-02 15:00:05 +00:00
fewtarius
4d4a3122ff
Merge pull request #1859 from fewtarius/dev
Block mupen64plus-sa-ui-console, fix api dir.
2023-08-02 09:21:08 -04:00
fewtarius
ce274b98e9
Additional fix. 2023-08-02 13:19:55 +00:00
fewtarius
48062564a1
Merge pull request #1858 from fewtarius/dev
Bug fixes (N64 and emu extensions)
2023-08-02 09:17:52 -04:00
fewtarius
3c529d68ab
* Fix mupen64 across devices.
* Fix multiple extension data errors
* Fix alsa library package oops.
2023-08-02 13:15:27 +00:00
mason
f936b5eb65
Bump several SA cores 2023-08-01 13:38:16 +00:00
fewtarius
3bb6cd1d23
xemu doesn't seem to exit cleanly when requested, this works around that until it can be properly resolved. 2023-07-31 10:39:22 +00:00
fewtarius
ada5e539f6
Update emulators and cores. 2023-07-29 10:25:36 +00:00
fewtarius
fa5359d937
* Complete work for the Audio reset feature (Danger Zone).
* Make fbwidth and fbheight available as a function, and ensure it supports
  rotated displays.
2023-07-29 00:44:10 +00:00
fewtarius
47f23512cc
Move removing retroarch input settings to post-update to eliminate a setsettings performance regression. 2023-07-26 13:07:47 +00:00
fewtarius
3419dd5e69
Fix up CEMU Pro controller bug. 2023-07-26 12:10:35 +00:00
fewtarius
f95e0da208
Fix flycast on RK3566* 2023-07-26 03:22:48 +00:00
mason
e45740d31f
Build Flycast-SA w/ OpenGL where available. 2023-07-25 22:04:39 +00:00
mason
7f543456db
Update SA emulators, fix exiting on pico-8 2023-07-25 20:59:53 +00:00
fewtarius
d8ac7aa148
Fix bug setting GPU performance profiles. 2023-07-25 11:02:03 +00:00
fewtarius
eb64d6d58b
* Update alsa and associated packages.
* Fix setsettings bugs - controller index and analog dpad.
* Update Linux to 6.4.5 and 6.1.41
* Add configuration for Nintendo Switch Pro Controller.
* Only enable auto mute for specific models of AYANEO Air Plus (6800U).
* Remove logo.png if it's found in ES.
2023-07-24 22:32:28 +00:00
mason
e133fb95d5
Add Desmume-lr to all Rockchip devices 2023-07-23 14:22:51 +00:00
fewtarius
87b36d4635
Update dolphin-sa and primehack ES settings, adjust multiple scripts to improve execution time. 2023-07-23 13:47:19 +00:00
fewtarius
d48911f222
Update shaders. 2023-07-23 09:18:35 +00:00
Brooksytech
a11c5b7dee
Merge pull request #1787 from brooksytech/dev
Fixing PPSSPP controls on RK3326
2023-07-21 21:40:03 -07:00
mason
af36a5b0b5
Fixing PPSSPP controls on RK3326 2023-07-22 04:37:57 +00:00
fewtarius
a88dca098d
Update emulators and cores. 2023-07-21 12:59:37 +00:00
fewtarius
66fd5491ae
Fix headers issue for mupen64plus-sa-core and mupen64plus-sa-simplecore. 2023-07-20 20:56:42 +00:00
mason
e3c0cb0181
Add Arduboy system, fix runemu 2023-07-20 15:47:46 +00:00
mason
c975e62ea1
Enable Desmume-lr on RK3399 2023-07-20 13:27:47 +00:00
mason
ccb0c26cec
Enable Desmume-lr on RK3399 2023-07-20 13:23:03 +00:00
fewtarius
88660d57c5
* Drop parallelism in setsettings.
* Update ES to swap buttons in theme on swap in UI settings.
* Update ArtBook Next theme.
* Fix gpsp-lr patch.
2023-07-19 23:59:56 +00:00
mason
9b5cf33084
Set PPSSPP to use OpenGL where available 2023-07-19 18:12:44 +00:00
mason
b9c402c632
Bring back gpsp for arm32 supporting devices 2023-07-19 15:40:20 +00:00
mason
bf46f10c03
Bump Yuzu-SA and Xemu-SA 2023-07-18 17:00:38 +00:00
fewtarius
a1aa9dc844
Fix on screen keyboard for amiberry. 2023-07-18 00:14:22 +00:00
fewtarius
ef5c2f80dd
Fix Amiberry across devices, update docs. 2023-07-17 21:19:00 +00:00
fewtarius
50bbaa5584
Push changes from earlier today. 2023-07-17 15:35:09 +00:00
fewtarius
020ba8aa2f
Fix Amiberry for RK3566, drop it on other devices until OpenGL can be fixed up. 2023-07-17 11:33:07 +00:00
fewtarius
650d2b6c74
Adds mojozork, thanks to @AmberELEC! 2023-07-15 16:18:59 +00:00
fewtarius
f3de7f8024
* Add make docs option to Makefile.
* Fix missing uae4arm.
2023-07-15 15:28:28 +00:00
fewtarius
2d8dad978a
Fix missing amiberry - and a few bugs from the previous implementation. 2023-07-15 13:39:22 +00:00
fewtarius
e45ffac021
Update emulators and cores. 2023-07-15 00:04:05 +00:00
fewtarius
019b4e50a3
Fix mupen64 on AMD64 as well. Update Linux kernel. 2023-07-13 20:58:51 +00:00
fewtarius
a03d3c5455
Fix simple64 headers bug. 2023-07-13 14:25:35 +00:00
fewtarius
1444b7f4b7
Fixes mupen64. 2023-07-13 13:53:37 +00:00
fewtarius
2181e261b7
Working on mupen64plus. 2023-07-13 00:35:56 +00:00
fewtarius
9cda7d56cf
* Fix dmcfreq and gpufreq function so it works correctly across all devices.
* Fix a few emulation issues by updating cores.
* Fix failure to make .es_cache temp directory correctly during builds.
2023-07-12 22:27:00 +00:00
mason
474ae0dfef
Bump Yuzu-SA and Xemu-SA 2023-07-10 15:57:41 +00:00
fewtarius
635420ea73
Roll back pcsx2 one release as the appimage doesn't exist on v1.7.4710 yet. 2023-07-09 15:54:11 +00:00
mason
268d14d440
RK3399 emu configs 2023-07-09 15:50:32 +00:00
mason
2926f5f3cb
Add MelondDS-SA to RK3399, add RA settings 2023-07-09 15:50:31 +00:00
mason
429d22649a
Add MelondDS-SA to RK3399, add RA settings 2023-07-09 15:50:31 +00:00
mason
aab6708c5e
Bump kernel, Fix mupen64 lr & remove flycast2021 from RK3399 2023-07-09 15:50:29 +00:00
fewtarius
2dedf09798
Bump cemu and pcsx2. 2023-07-09 15:49:59 +00:00
fewtarius
14837221e8
Bump emus and cores, revert PowerSaverMode change. 2023-07-06 23:04:19 +00:00
fewtarius
d8edc0bf7f
Update PPSSPP, add RK3399 and RGB10 Max 3 Pro to workflow release notes. 2023-07-04 14:37:34 +00:00
mason
6748a9a8ba
PPSSPP-SA Controls for RK3399 2023-07-04 00:18:29 +00:00
mason
e697c541b0
Config Powkiddy Max 3 controls 2023-07-03 18:37:13 +00:00
fewtarius
67cbf09e68
Update emulators, cores, theme, and Linux kernel for AMD64. 2023-07-02 14:55:27 +00:00
mason
c84a03e508
RK3399 and various other updates 2023-07-02 05:21:49 +00:00
mason
af7aee29ef
RGB10 Max 3 changes 2023-07-01 12:59:37 +00:00
mason
5a033a49a5
RK3399 updates 2023-06-29 20:10:01 +00:00
Brooksytech
75c8b90e53
Merge branch 'RK3399' into dev 2023-06-28 06:02:57 -07:00
fewtarius
96a7e11962
* Update emulators and cores, Linux firmware, and ES.
* Fix issue with fan control on AYANEO Air and Air Pro.
2023-06-27 21:09:15 +00:00
Brooksytech
273aa416e3
Merge branch 'RK3399' into dev 2023-06-23 07:43:35 -07:00
mason
717a4b34dc
Start RK3399 work 2023-06-23 03:14:11 +00:00
fewtarius
f1266efbd1
Rename start scripts to follow runemu update. 2023-06-22 10:32:55 +00:00
fewtarius
69be9d011a
Fix up a few more configs. 2023-06-22 10:14:48 +00:00
fewtarius
98330abce2
Update emulators and cores. 2023-06-22 09:59:44 +00:00
fewtarius
b585a73da8
Cleaning up configs. 2023-06-20 09:06:44 +00:00
fewtarius
3980172495
* Move brightness back to R2, add L2 + volume functionality.
* Drop preempt_rt patch as it is causing panics on the Air Pro.
2023-06-19 11:20:01 +00:00
fewtarius
fe0b762be3
Updates, and new variable for cleaning during build. 2023-06-19 10:31:21 +00:00
fewtarius
cadd647f44
Small package reshuffle + fix gzdoom, and post-update. 2023-06-19 01:07:32 +00:00
fewtarius
7e92a262b8
Merge branch 'dev' into mupen64plus-sa 2023-06-17 17:02:31 +00:00
Nick Ricciuti
e3cdf6b741
Merge pull request #1595 from rishooty/parallelPlusSimpleHack
script fix
2023-06-17 12:22:36 -04:00
Nicholas Ricciuti
6efb4cbdfa
script fix 2023-06-17 12:21:53 -04:00
mason
60d8a4e80b
Bump Yuzu, Xemu, & PCSX2 SA Cores 2023-06-17 13:53:47 +00:00
fewtarius
76f64b3283
Merge branch 'dev' into mupen64plus-sa 2023-06-17 10:11:06 +00:00
Nicholas Ricciuti
f971d1bbef
more arm fixes, actaully got rk3566 to build 2023-06-16 23:36:24 -04:00
fewtarius
78f4dace34
Found another case where it can fail. 2023-06-17 02:00:56 +00:00
fewtarius
7a784a2314
zmusic:host needs toolchain. 2023-06-17 01:41:51 +00:00
Nicholas Ricciuti
690a869216
add s922x as options for simplecore dep 2023-06-16 21:38:58 -04:00
fewtarius
c03b80d7ab
Tweak again. 2023-06-17 01:09:23 +00:00
fewtarius
b50b2e537e
Another tweak. 2023-06-17 01:06:30 +00:00
fewtarius
ccbe5b8455
Revert a bit of the previous behavior. 2023-06-17 00:55:20 +00:00
fewtarius
6b68d715ef
Deprecating some legacy hackiness. 2023-06-17 00:19:29 +00:00
fewtarius
46b69e47a7
Build fixes - mupen64plus-sa. 2023-06-16 23:28:31 +00:00
Nicholas Ricciuti
ed1980ae27
more build fixes woo 2023-06-16 11:52:17 -04:00
Nicholas Ricciuti
579236f440
Merge remote-tracking branch 'upstream/dev' into parallelPlusSimpleHack 2023-06-16 10:06:56 -04:00
Nicholas Ricciuti
ac225202c2
fix the toolchain 2023-06-16 10:06:41 -04:00
Nicholas Ricciuti
cdc7c69faf
cleaner api copy 2023-06-16 09:48:56 -04:00
Nick Ricciuti
32fc6a7417
Merge pull request #1574 from rishooty/parallelPlusSimpleHack
simple64 backport
2023-06-16 09:10:05 -04:00
Nicholas Ricciuti
a405be240a
not sure it matters but numeric values for the dynarec export 2023-06-15 19:06:40 -04:00
Nicholas Ricciuti
2b54ca66d4
prepare to test and pr the simplecore 2023-06-15 18:52:50 -04:00
Nicholas Ricciuti
1a19c5be96
use new dynarec 2023-06-15 17:18:28 -04:00
mason
cdefa28ad5
Fix Ryujinx 2023-06-15 14:05:05 +00:00
Nicholas Ricciuti
b4a483078b
correction of dumb header copy 2023-06-14 23:02:38 -04:00
mason
4f869b8279
Bring back gzdoom 2023-06-14 16:49:04 +00:00
Nicholas Ricciuti
af3458766b
test for amd64 or panfrost+vulkan only parallel64 2023-06-14 12:18:23 -04:00
Nicholas Ricciuti
68edba2fdb
Merge remote-tracking branch 'upstream/dev' into parallelPlusSimpleHack 2023-06-14 11:52:23 -04:00
Nicholas Ricciuti
2784801f88
Merge branch 'parallelPlusSimpleHack' of https://github.com/rishooty/distribution into parallelPlusSimpleHack 2023-06-14 11:51:58 -04:00
Nicholas Ricciuti
e8f4eb9da7
simplification of parallel plugin setup 2023-06-14 11:51:38 -04:00
Nicholas Ricciuti
df8ed480fc
simplecore installation fix 2023-06-12 23:22:20 -04:00
Nicholas Ricciuti
746f13cc63
add vulkan backport from simple64, build rsp with ninja 2023-06-12 22:04:09 -04:00
Nicholas Ricciuti
ff1edb4991
use ninja to build parallel, use the correct branch for simplecore 2023-06-12 22:01:35 -04:00
Nicholas Ricciuti
5e3b408736
external mupen api patches for simple parallel plugins 2023-06-12 21:12:36 -04:00
Nicholas Ricciuti
6417a4b1af
switch over to simple64 versions now that we know the surface in ui-console depends entirely on plugin 2023-06-12 21:01:35 -04:00
fewtarius
12222e6cdf
Update emulators and cores, fix moonlight bug. 2023-06-13 00:42:57 +00:00
fewtarius
fd4f8c6aa4
Merge pull request #1559 from fewtarius/dev
Dev
2023-06-12 17:23:40 -04:00
fewtarius
baa6eb070c
Add new battery reporting feature. Drop a few unused emus. 2023-06-12 21:23:01 +00:00
fewtarius
d1585f358c
Merge pull request #1557 from fewtarius/dev
A couple of small fixes.
2023-06-12 12:16:18 -04:00
fewtarius
fb4f45ce51
A couple of small fixes. 2023-06-12 16:15:36 +00:00
fewtarius
105a33692f
Merge pull request #1556 from fewtarius/dev
Fixes
2023-06-12 08:20:49 -04:00
fewtarius
cf97884394
Check for BIOS for NDS, add dependencies for heroic launcher. 2023-06-12 11:10:01 +00:00
mason
4e38724ad6
Fix bug where Dolphin-sa controls dont work if no profile is selected. 2023-06-11 13:57:30 +00:00
Nicholas Ricciuti
cebb7cc664
correct header install, updated parallel packages 2023-06-10 19:28:14 -04:00
Nicholas Ricciuti
23397a8c01
simplecore check was backwards woops 2023-06-10 18:13:48 -04:00
Nicholas Ricciuti
e64bceb2cf
r4300 emulator set depending on core 2023-06-10 18:09:06 -04:00
Nicholas Ricciuti
d0dc66e2a3
re-added ShowFPS for gliden, added parallel widescreen and further fixes for its resolution 2023-06-10 16:06:41 -04:00
Nicholas Ricciuti
3248ffbbb7
fixed res problems but garbled image still occurs 2023-06-10 16:01:12 -04:00
Nicholas Ricciuti
7754098658
forgot a dollar sign lol 2023-06-09 21:31:12 -04:00
Nicholas Ricciuti
5ed5e87b16
more package cleanup 2023-06-09 15:24:39 -04:00
Nicholas Ricciuti
ee4d75c1de
Merge remote-tracking branch 'upstream/dev' into parallelPlusSimpleHack 2023-06-09 11:36:46 -04:00
mason
ecc92b15fa
Rebase melonds-sa savestat patch on upstream 2023-06-09 14:40:56 +00:00
mason
6770ad4ceb
Bump duckstation-sa, seems to build fine with current patches 2023-06-09 13:44:16 +00:00
Nicholas Ricciuti
32e9ec1a6e
buildfixes 2023-06-08 22:26:26 -04:00
Nicholas Ricciuti
0a706e9cc3
enable sse2neon for arm parallel-rsp 2023-06-08 18:09:12 -04:00
Nicholas Ricciuti
dae34d78c3
added proper config sections for amd64 and s922x 2023-06-08 18:01:37 -04:00
Nicholas Ricciuti
67a57f8280
rough draft of whole thing 2023-06-08 17:54:23 -04:00
Nicholas Ricciuti
145130f8d0
parallel package draft 2023-06-08 17:25:18 -04:00
Nicholas Ricciuti
0a3e8ee8de
rdp boilerplate 2023-06-08 10:57:02 -04:00
Nicholas Ricciuti
ae1df45a5b
more frontend stuff done, now for vulkan 2023-06-08 09:48:20 -04:00
Nicholas Ricciuti
655731c81a
backend portion done 2023-06-08 09:29:19 -04:00
mason
6b81cb289c
Clean up ES systems, add Dolphin-sa resolution hotkey 2023-06-07 17:51:23 +00:00
mason
f612011ef9
Dolphin-sa upgrade 2023-06-06 22:34:15 +00:00
Brooksytech
907f98acbe
Merge pull request #1528 from brooksytech/dev
Bump mesa, bump SA emus, small dolphin change.
2023-06-05 10:29:26 -07:00
mason
f689ad3a5a
Bump mesa, bump SA emus, small dolphin change. 2023-06-05 17:27:59 +00:00
Nicholas Ricciuti
3141c3e51c
all m1 to x86 crossbuild fixes so far 2023-06-05 13:14:21 -04:00
fewtarius
adbf7e302b
Update emulators and cores. 2023-06-05 01:30:23 +00:00
fewtarius
a1d65fa753
Merge pull request #1523 from fewtarius/dev
Split es_systems
2023-06-04 13:58:18 -04:00