diff --git a/release/app/package.json b/release/app/package.json index 0e1bb8c..c630c0c 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "EmuDeck", - "version": "2.2.10", + "version": "2.2.11", "description": "Play all your RetroGames", "license": "MIT", "author": { diff --git a/src/data/emuData.json b/src/data/emuData.json index 40e205f..5ff7eb3 100644 --- a/src/data/emuData.json +++ b/src/data/emuData.json @@ -155,8 +155,8 @@ "name": "Citra", "code": "Citra", - "description": "Citra was a Nintendo 3DS emulator, it was shutdown after a settlement with Nintendo and it's no longer available to install.If you already have your Citra.AppImage in the /home/deck/Applications folder it will keep working. Same if you are on windows and you have it on your USERFOLDER/EmuDeck/EmulationStation-DE/Emulators/citra folder. Emudeck does not download nor can it guarantee support if you run into any issues.", - "special_configuration": "BIOS: No additional BIOS are required, keys are required for encrypted ROMs. Hotkeys: EmuDeck's Steam Input profile is required for hotkeys.", + "description": "Citra was a Nintendo 3DS emulator, it was shutdown after a settlement with Nintendo and it's no longer available to install. Emudeck does not download nor can it guarantee support if you run into any issues.", + "special_configuration": "If you already have your citra-qt.AppImage in the /home/deck/Applications folder it will keep working. Same if you are on windows and you have it on your USERFOLDER/EmuDeck/EmulationStation-DE/Emulators/citra folder. ", "bios": [], "systems": "Nintendo 3DS", "hotkeys": { @@ -212,8 +212,8 @@ "name": "Yuzu", "code": "Yuzu", - "description": "Yuzu was a Nintendo Switch emulator, it was shutdown after a settlement with Nintendo and it's no longer available to install. If you already have your yuzu.AppImage in the /home/deck/Applications folder it will keep working. Same if you are on windows and you have it on your USERFOLDER/EmuDeck/EmulationStation-DE/Emulators/yuzu folder. Emudeck does not download nor can it guarantee support if you run into any issues.", - "special_configuration": "Firmware: Place keys and firmware place in: Emulation/bios/yuzu.", + "description": "Yuzu was a Nintendo Switch emulator, it was shutdown after a settlement with Nintendo and it's no longer available to install. Emudeck does not download nor can it guarantee support if you run into any issues.", + "special_configuration": " If you already have your yuzu.AppImage in the /home/deck/Applications folder it will keep working. Same if you are on windows and you have it on your USERFOLDER/EmuDeck/EmulationStation-DE/Emulators/yuzu folder. Firmware: Place keys and firmware place in: Emulation/bios/yuzu.", "bios": ["nswitch"], "systems": "Nintendo Switch", "hotkeys": { @@ -363,7 +363,7 @@ "code": "SRM", "description": "Add your ROMS and emulators to your Steam Library.", - "special_configuration": "Steam ROM Manager is pre-configured by EmuDeck. Each parser generally corresponds to an emulator or tool. Enable your preferred parsers, generate and save an app list, and start playing right away in Game Mode
Parsers are created dynamically based in your selection when installing EmuDeck.

You can create your own custom parsers in json format and place them in the custom parsers folder. Custom parsers will be retained on updates.

You can also add some optional pre-configured parsers and use them as guidance to create your own:", + "special_configuration": "Steam ROM Manager is pre-configured by EmuDeck. Each parser generally corresponds to an emulator or tool. Enable your preferred parsers, generate and save an app list, and start playing right away in Game Mode
Parsers are created dynamically based in your selection when installing EmuDeck.", "bios": [], "systems": "" }, diff --git a/src/renderer/components b/src/renderer/components index 531ecf0..2217bbe 160000 --- a/src/renderer/components +++ b/src/renderer/components @@ -1 +1 @@ -Subproject commit 531ecf061d90bb9e2f1c689ec44b33aff9f8d7da +Subproject commit 2217bbe0bcf2e20bbc3f2766632c3785d5cbd8bf diff --git a/src/renderer/pages/EmulatorsPage.jsx b/src/renderer/pages/EmulatorsPage.jsx index 6f6be34..8d7cf23 100644 --- a/src/renderer/pages/EmulatorsPage.jsx +++ b/src/renderer/pages/EmulatorsPage.jsx @@ -452,12 +452,6 @@ function EmulatorsPage() { return; } - if (mode === 'easy') { - if (item.id === 'pegasus') { - return; - } - } - return (
- - {mode === 'easy' && ( - - Do a Custom Reset if you want to add alternative emulators - - )} )}