Commit graph

382 commits

Author SHA1 Message Date
mason
09cd236fdb
Fix / Update Duckstation SA 2023-10-02 02:03:08 +00:00
fewtarius
850a67c0cb
Merge pull request #2130 from anthonycaccese/pcsx2-sa-updates
PCSX2-SA Updates (for AMD64)
2023-10-01 09:33:43 -04:00
fewtarius
0b4f7b8b30
Fix dolphin builds for RK3566 devices. 2023-10-01 13:32:01 +00:00
fewtarius
4a44f1a99b
Update emulators and cores. 2023-09-30 22:51:09 +00:00
anthonycaccese
66fab31d9c Update paths for PCSX2
bios = /storage/roms/bios/pcsx2/bios
Snapshots = /storage/roms/screenshots
Savestates = /storage/roms/savestates/ps2
MemoryCards = /storage/roms/saves/ps2
Cheats = /storage/roms/bios/pcsx2/cheats
CheatsWS = /storage/roms/bios/pcsx2/cheats_ws
CheatsNI = /storage/roms/bios/pcsx2/cheats_ni
Textures = /storage/roms/bios/pcsx2/textures
2023-09-29 21:33:51 -04:00
anthonycaccese
611379786d Update start_pcsx2.sh
add -nogui option to attempt to remove the need to touch the screen when starting the emulator from ES
2023-09-29 20:12:44 -04:00
anthonycaccese
3a7003c5c4 Update pcsx2.ini defaults
baselined default values
added SDL Hotkey definitions (matching RA config)
2023-09-29 20:04:50 -04:00
anthonycaccese
813a18b800 remove legacy configuration files from PCSX2-SA 2023-09-29 19:47:36 -04:00
mason
755613c2c2
Enable NDS standalone emulators on RK3588 2023-09-27 13:47:02 +00:00
mason
4adf698c00
Set correct RK3588 Dolphin backend 2023-09-27 05:23:55 +00:00
mason
73a30e6e64
Add Dolphin-SA support to RK3588 2023-09-27 05:07:31 +00:00
mason
d12140c4d3
Bump several SA emulators. 2023-09-25 20:37:37 +00:00
mason
a282520463
Bump several SA emulators. 2023-09-25 20:35:02 +00:00
miwasp
d2a081b94e
Wrong path to soundfont in scummvm.ini 2023-09-21 15:11:52 +02:00
fewtarius
8516491273
Fix missing hexdump (util-linux), update ppsspp. 2023-09-20 14:33:02 +00:00
adamg
15e569506e minivmacsa: fix building package on x86_64 2023-09-20 13:55:18 +01:00
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
e6ccd34a3b
Fix ES screensaver audio, clean up cemu build options, update wxwidgets. 2023-09-18 23:26:26 +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
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