Commit graph

25 commits

Author SHA1 Message Date
rawdatafeel
20f96dfa7b RetroArch: Hotfix melonDS DS Screen Layouts
* Set hybrid as default to match legacy RA core and standalone
* Added other screen layouts as options
* Disabled on screen notification
* Set mic driver to SDL (fixes freezing/crashing)
2024-05-25 00:32:46 -04:00
gnuloonix
85cc58d510
fix retroarch assets path (#1088)
This fixes the RetroArch assets path.
2024-03-08 10:20:31 -05:00
Griffin
10bd878556
Retroarch hotfixes (#1063) 2024-03-06 16:10:50 -05:00
Dragoon Dorise
441da0476a Merge branch 'dev' into early 2024-03-05 17:26:36 +01:00
rawdatafeel
c1450cb3fe
RetroArch: Extend buildbot functionality (#1048)
* Added cheats, overlays, and controller configurations to buildbot downloader
    * Downloading controller configurations helps on non-Steam Deck set ups
2024-03-05 00:28:56 +01:00
rawdatafeel
1f18e5dbd7
Overhaul controls + steam input: (#1039)
* Added profiles for a variety of controllers intended to be used with Cemu, Citra, melonDS, and mGBA
    * Split into two types of profiles: one for front-ends and one for use with the four emulators listed
    * Profile controls:
        * Start + DPad Right - Special 1 (melonDS - Toggle FPS Limit, mGBA - Cheats, Citra - Amiibo)
        * Start + DPad Left - Toggle Screen Layout
        * Start + DPad Up - Special 2 (melonDS - Toggle FPS Limit)
        * Start + DPad Down - Swap Screens
        * Select + A - Pause/Resume
        * Select + B - Screenshot
        * Select + R2 - Fast Forward
        * Select + L2 - Rewind
        * Select + L1 - Load State
        * Select + R1 - Save State
        * Start + L3 - Exit Full Screen (As a fail safe)
        * Select + R3 - Full Screen Toggle/Quick Menu
        * Select + L3 - Reset
        * If using a frontend profile, hold Start to switch between all hotkeys and the custom profile
* Updated the big radial menu to reflect any new hotkey changes
* Added new profiles to uninstall script
* Updated Citra to latest config (Tried to make it as undisruptive as possible, but looks like a couple of hotkeys changed names)
* Updated Citra, melonDS, and mGBA to match hotkeys (primarily to Cemu and Citra as a base)
* Deleted old profiles
* Removed controller configs from Steam ROM Manager parsers when applicable
* Set mouse with trackpad as default for Wii, ScummVM, Model 2, and Model 3 on the Steam Deck
* Added controller configs to the appropriate parsers (Cemu, Citra, melonDS, mGBA for the merged profile. Pegasus + ES-DE for the frontend profile.)
* Cleaned up emulator hotkeys in case of conflict (the profiles work without these changes but in case a user misclicks)
* Rebound emulator hotkeys to fit the profiles a bit better
    * DuckStation PCSX2, PPSSPP - Quick Menus moved to Select + R3
    * DuckStation, PCSX2 - Full Screen Toggle moved to Start + L3
    * Dolphin, DuckStation, PCSX2, RMG - Reset moved to Select + L3
    * RetroArch - Pause moved to Select + A
    * RetroArch - Select + R3 added as an alternative quick menu option
    * RetroArch - Keyboard hotkeys removed
    * PPSSPP - Fast Forward combo hotkey swapped to toggle instead of hold
    * melonDS - Removed controller hotkeys
    * MAME - Set Quick Menu to Select + R3
    * ScummVM - Added R3 as an alternative interact button for Steam Input trackpad profile
2024-03-05 00:25:35 +01:00
Dragoon Dorise
2b18aeb72d Merge branch 'dev' into early 2024-02-06 18:50:21 +01:00
rawdatafeel
dc9803a729
RetroArch - Update file paths and add buildbot downloader (#957)
[RetroArch]
* Updated libretro_info_path so users can download and generate new RA info files
* Updated libretro_assets_path so users can download and generate new RA assets files
* Added a function to download PPSSPP assets, RA assets, shaders, and info files from buildbot
2024-02-05 08:59:20 -05:00
Rodrigo
7ab5d07eeb Revert "Merge branch 'dev' into early"
This reverts commit 4088a7b841, reversing
changes made to 2bc2dfe9c6.
2023-11-03 17:31:21 +01:00
rawdatafeel
793e2ab339
Set RetroArch Input Driver to SDL (#879)
* Set RetroArch Input Driver to SDL

Changes RetroArch default Input Driver to SDL. Primarily for ChimeraOS, but seems fine to implement as a general default.

* Change input driver in RA config to sdl

---------

Co-authored-by: Livedeht <godsbane@gmail.com>
2023-10-05 08:12:33 +02:00
Livedeht
ab514ef1ad rewind off 2022-10-17 18:40:50 -04:00
godsbane
f20653eae1 RetroArch Config
Runahead toggle Select + Up
2022-10-14 00:48:29 -04:00
godsbane
6a977473f6 RetroArch Config:
Set Content Directory
2022-10-11 01:37:37 -04:00
godsbane
6769652c97 RetroArch Config:
move cheats to Emulation/storage/retroarch/cheats
2022-10-11 01:27:53 -04:00
godsbane
26a2bcec0b RetroArch Config:
Enable Rewind
2022-10-01 03:25:33 -04:00
godsbane
1d1dbf20bb RetroArch additional hotkeys 2022-10-01 03:25:04 -04:00
godsbane
f3834fd8b7 RetroArch Config
change shaders directory to "~/.var/app/org.libretro.RetroArch/config/retroarch/shaders"
2022-09-17 02:00:34 -04:00
godsbane
d23b811c32 RetroArch config:
Switch core URLS to HTTPS
2022-09-17 01:56:54 -04:00
AngelofWoe
02733f2e0b Change overall video driver to Vulkan 2022-05-03 11:16:37 -05:00
Rodrigo
98972151b7 saves and states as symlinks 2022-04-30 16:27:00 +02:00
Rodrigo
8b47a9aaed saves and states to the Emulation folder 2022-04-30 01:03:33 +02:00
Rodrigo
82bf89671c Fixed Fallback controller message 2022-04-23 23:47:30 +02:00
Rodrigo
bbb4861f0c disable auto save auto load 2022-04-10 13:40:47 +02:00
Rodrigo
5124c29694 0.15.3 2022-04-09 11:01:39 +02:00
Rodrigo
9c5d5e79bb v11 2022-04-01 14:44:14 +02:00