Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Mar 8, 2024
1 parent 682abac commit f3e32f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EmuDeck",
"version": "2.2.10",
"version": "2.2.11",
"description": "Play all your RetroGames",
"license": "MIT",
"author": {
Expand Down
10 changes: 5 additions & 5 deletions src/data/emuData.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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<br/>Parsers are created dynamically based in your selection when installing EmuDeck.<br/><br/>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.<br/><br/><strong>You can also add some optional pre-configured parsers and use them as guidance to create your own:</strong><ul className='list'><li>Nintendo GameBoy - SameBoy</li><li>Nintendo GameBoy Color - SameBoy</li><li>Sega Saturn - Yabause</li><li>Nintendo GameBoy Color - mGBA Standalone</li><li>Nintendo GameBoy - mGBA Standalone</li></ul>",
"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<br/>Parsers are created dynamically based in your selection when installing EmuDeck.",
"bios": [],
"systems": ""
},
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components
12 changes: 0 additions & 12 deletions src/renderer/pages/EmulatorsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,6 @@ function EmulatorsPage() {
return;
}

if (mode === 'easy') {
if (item.id === 'pegasus') {
return;
}
}

return (
<div key={item.id} data-col-md="4">
<CardSettings
Expand All @@ -483,12 +477,6 @@ function EmulatorsPage() {
);
})}
</div>

{mode === 'easy' && (
<strong>
Do a Custom Reset if you want to add alternative emulators
</strong>
)}
</>
)}
</Main>
Expand Down

0 comments on commit f3e32f6

Please sign in to comment.