Wiki/wiki-rtd/docs/wiki_rd_versions/version_0.8b/0.8.0b.md

593 lines
19 KiB
Markdown
Raw Normal View History

2024-03-16 20:47:45 +00:00
# RetroDECK v0.8.0b - Bonsai Banana
2024-01-06 08:25:02 +00:00
2024-03-18 14:12:37 +00:00
<img src="../../../wiki_images/logos/rd-logo-box.png" width="300">
2024-01-06 08:25:02 +00:00
**Release Date: TBA**
2024-03-17 13:34:50 +00:00
## Notice: Removal of Yuzu & Citra
2024-03-16 08:38:58 +00:00
2024-03-17 15:42:07 +00:00
Both Yuzu and Citra have been removed. New defaults are `Ryujinx` and `Citra-Core` in RetroArch.
2024-03-16 08:38:58 +00:00
2024-03-17 15:42:07 +00:00
---
2024-03-16 08:38:58 +00:00
2024-03-16 19:46:18 +00:00
## Heads-up: RPSC3 changes
2024-03-17 13:34:50 +00:00
- Change: RPCS3 Game shortcuts .desktop files are now standard.
- Fixed: An issue was causing the RPCS3 saves folder not to be mapped in saves/ps3/.
2024-03-18 09:14:43 +00:00
ADD MORE ON HOW TO FIX IT AND WHY
2024-03-16 19:46:18 +00:00
Read more here
https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/rpcs3/rpcs3-guide/#how-to-get-games-to-show-up-inside-the-es-de-interface
2024-03-17 15:42:07 +00:00
---
2024-03-16 08:48:30 +00:00
2024-03-18 17:16:51 +00:00
## New Engine: GZDOOM
2024-03-18 14:12:37 +00:00
<img src="../../../wiki_images/logos/gzdoom-logo.png" width="100">
2024-03-18 17:30:01 +00:00
Read the guide here: [GZDOOM Guide](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/gzdoom-guide/)
2024-03-18 14:12:37 +00:00
2024-03-18 17:16:51 +00:00
### The preface of DOOM
2024-03-18 14:12:37 +00:00
2024-03-18 17:16:51 +00:00
We in the RetroDECK team believe that modding, texture replacements and tinkering is a core part of the gaming experience.
2024-03-18 17:30:01 +00:00
Have you ever wanted to try to run GZDOOM with mods? Installing them quite daunting for the average person and then understanding how to get them running.
2024-03-18 17:16:51 +00:00
2024-03-18 17:30:01 +00:00
Sometimes you need to access the hidden folders, have the knowlage of what configs to edit and in some edge cases drag-and-drop files into the GZDOOM application itself.
2024-03-18 17:16:51 +00:00
2024-03-18 17:30:01 +00:00
So we set out on a goal to improve and lower the barrier to running GZDOOM with mods.
2024-03-18 17:16:51 +00:00
Inspired by the previous work done by AmberELEC, we implemented a brand new and re-envisioned `.doom` file parser. We rebuilt it from the ground up and with the simple goal of making it easier for you to play DOOM in RetroDECK and hopefully offer a unique experience.
2024-03-18 17:30:01 +00:00
Now 30 years of great game content made by the awesome DOOM community awaits you!
2024-03-18 17:16:51 +00:00
### What is the RetroDECK .doom file?
2024-03-18 17:30:01 +00:00
For full details on how to get started, read here: [The RetroDECK .doom file](../wiki_engine_guides/gzdoom/retrodeck-doomfile.md)
2024-03-18 17:16:51 +00:00
The RetroDECK `.doom` file is just a textfile that allows you create your very own doom mod-pack with ease, where each line represents a file name the mod loading order.
All you need to do is:
- Copy the games and mods somewhere into `/roms/doom/`.
- Create a text file
- Copy the full filenames in order in per line in the text file.
- Save the file as `something.doom` into `/roms/doom/`
- Launch from ES-DE and enjoy
**Example: Project Brutality**
Let's say you want create a one mod .doom file with [Project Brutality](https://www.moddb.com/mods/project-brutality/downloads) and DOOM2.
Let's call it:
`Project Brutality.doom`
The contents will look like this (except the text within () )
```
DOOM2.WAD (<---- The MAP WAD (Or the game)
PB_Staging_9f2561c.pk3 (<---- Project Brutality mod file)
```
That is it save and run from RetroDECK!
2024-03-18 17:30:01 +00:00
### I have bought DOOM (1993) or DOOM 2 on Steam how to get my WADs?
2024-03-18 17:16:51 +00:00
Read more here: [Get your WADS](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/extract-doom-wads/)
### What about controls?
Read more here: [RetroDECK GZDOOM Controls](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/gzdoom-controls/)
2024-03-18 17:30:01 +00:00
Instead of using the GZDOOM inputs for a controllers that is based on the traditional DOOM inputs, we instead opted to design it after with mods in mind and those normally have more inputs then normal DOOM ever had.
2024-03-18 17:16:51 +00:00
2024-03-18 17:30:01 +00:00
The control scheme is based both on mix of modern FPS games and the game `TimeSplitter: Future Perfect` for the PlayStation 2.
2024-03-18 17:16:51 +00:00
2024-03-18 17:30:01 +00:00
The main feature is that `L1` and `L2` is already pre-bound for various mod actions like throwing grenades or activate special abilities for Brutal Doom, Project Brutality based mods and Doom Infinite.
2024-03-18 17:16:51 +00:00
2024-03-18 17:30:01 +00:00
But the buttons `L1` and `L2` are also free to be used in any other mod you might want to play, all you need to know is that those two buttons are always available for you to bind what ever new actions the mods throw at you.
2024-03-18 17:16:51 +00:00
### NOTE: External Controller Issues - GZDOOM
2024-03-18 14:12:37 +00:00
GZDOOM have some kind of conflict with Steam Input in when more then one controller that causes input looping in menus. Make sure that the controller you are using is set as Player 1 else use Reorder Controllers interface in Steam to make it Player 1.
2024-03-18 17:16:51 +00:00
We are still investigation the cause of it.
2024-03-18 14:12:37 +00:00
---
## New Engine: IkemanGO (M.U.G.E.N)
<img src="../../../wiki_images/logos/ikemen-go-logo.png" width="100">
Fighting game engine that is compatible with M.U.G.E.N.
Each game is it's own standalone instance, read more here:
We have also made some tips and guidelines on how to convert old M.U.G.E.N games to IkemanGO
https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/ikemengo/ikemengo-guide/
https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/ikemengo/ikemengo-guide/
---
## New Engine: Solarus
<img src="../../../wiki_images/logos/solarus-logo.svg" width="150">
Action RPG game engine Solarus.
Each game is it's own standalone instance, read more here:
https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/solarus/solarus-guide/
---
## New Engine: OpenBOR
<img src="../../../wiki_images/logos/openbor-logo.svg" width="100">
Beat'em up game engine OpenBOR.
Each game is it's own standalone instance, read more here:
https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/openbor/openbor-guide/
---
## New Emulator: Ryujinx
<img src="../../../wiki_images/logos/ryujinx-logo.svg" width="100">
Switch Emulator Ryujinx
---
## New Emulator: Vita3k
<img src="../../../wiki_images/logos/vita3k-logo.png" width="100">
PSVita Emulator Vita3k
---
## New Emulator: MAME (Standalone)
2024-03-18 14:30:45 +00:00
<img src="../../../wiki_images/logos/mame-logo.png" width="200">
2024-03-18 14:12:37 +00:00
Multiple Arcade Machine Emulator (MAME)
2024-03-18 14:32:07 +00:00
The inclusions of MAME (Standalone) in addition of having more MAME games working, it also enables the following systems in RetroDECK:
2024-03-18 14:12:37 +00:00
2024-03-18 14:31:48 +00:00
```
Acorn Archimedes
Acorn Computers BBC Micro
Apple II
Apple IIGS
Bit Corporation Gamate
Coleco Adam
Daphne Arcade LaserDisc Emulator
Emerson Arcadia 2001
Fujitsu FM Town
Funtech Super A'Can
Hartung Game Master
LaserDisc Games
Texas Instruments TI-99
VTech CreatiVision
VTech V.Smile
```
2024-03-18 14:12:37 +00:00
---
## Ponzu (Legacy AppImage Loader)
2024-03-18 14:41:08 +00:00
<img src="../../../wiki_images/logos/ponzu-logo.png" width="100">
2024-03-18 14:12:37 +00:00
https://retrodeck.readthedocs.io/en/latest/wiki_configurator/ponzu/
2024-03-18 14:41:08 +00:00
### Q: What is Ponzu?
Ponzu is in part the former Yuzu (Custom) AppImage Loader and tool that we had planned for 0.8.0b with a changed scope.
If the user has personal backups of the last versions of the now dead emulators in AppImage format they can temporarily be used with RetroDECK as-is.
2024-03-18 14:12:37 +00:00
### Q: Should this be seen as official support for the removed emulators?
No, the only official and supported defaults are Ryujinx and Citra-core in RetroArch.
2024-03-18 14:41:08 +00:00
RetroDECK will not provide any new: configurations, bug fixes, improvements or support towards the AppImages. There is also a risk that future updates can break the compatibility with the AppImages (they are no longer maintained), this is a temporary as-is solution.
2024-03-18 14:12:37 +00:00
We strongly recommenced everyone to just use Ponzu as a way to safely migrate to Ryujinx or the Citra-core (save and move).
### Q: Will you be looking in into other forks of Citra & Yuzu later and add into RetroDECK?
First, this type of event makes it ripe for scammers.
We would urge all users to be extra careful and not blindly downloading everything you see on the internet including fan fixes for the dead emulators.
2024-03-18 14:41:08 +00:00
If good and safe forks arises that have been vetted by the FOSS community then we will look into it.
2024-03-18 14:12:37 +00:00
---
## New RetroDECK Steam Input Layout: Steam Deck - Simple
2024-03-17 15:42:07 +00:00
2024-03-17 18:30:41 +00:00
This is a new layout for the Steam Deck with a lighter radial menu on the left touchpad. Some users did not want to have the full radial menu system but would rather just have something more simple.
2024-03-17 07:45:02 +00:00
2024-03-17 18:30:41 +00:00
The layout is called `RetroDECK: Steam Deck - Neptune v.1b SIMPLE`
2024-03-17 18:00:38 +00:00
2024-03-17 07:45:02 +00:00
LINK HERE TO WIKI
2024-03-18 09:14:43 +00:00
---
2024-03-18 14:12:37 +00:00
## Updated RetroDECK Steam Input Layout: Steam Deck - Full
2024-03-17 07:45:02 +00:00
2024-03-17 20:33:37 +00:00
Several changes have been made to old layout
2024-03-17 07:45:02 +00:00
2024-03-18 14:12:37 +00:00
```
Change: Renamed layout to RetroDECK: Steam Deck - Neptune v.1b FULL
Change: Version number standardization.
Change: MAME Menu - Changed all the binds to reflect new MAME (Standalone) config.
Added: Wii/GC Menu - Wii Mote Sync 1 to 4 buttons.
Added: Wii/GC Menu - New icons to Wii Mote Standing / Laying buttons.
Added: MAME Menu - Added Tilt 1 to 4 buttons.
Added: GZDoom Menu
Added: ScummVM Menu
Removed: Secrets Menu
```
2024-03-17 07:45:02 +00:00
2024-03-18 14:12:37 +00:00
### New Radial Menu: SCUMMVM Menu
2024-03-17 13:16:01 +00:00
A new SCUMMVM Menu allows quick access to common commands used by a big chunk of the SCUMMVM games.
The design intent is that when you are playing a SCUMMVM game on the Steam Deck. You can have the SCUMMVM menu open on the left touchpad while you use the mouse on the right touchpad to navigate the game.
The following commands are available:
2024-03-18 14:12:37 +00:00
```
Open - O
Close - C
Fight - F
Use - U
Pick-up - P
Push/Shove - S
Pull/Yank - Y
Look-At - L
Talk To - T
Give - G
Move - M
```
### New Radial Menu: GZDoom Menu
2024-03-17 13:16:01 +00:00
2024-03-17 20:33:37 +00:00
This menu is a tiny showcase on what is possible with radial menus, we also wanted to add other famous cheats like the Konami Code on a button but... <br>
A bug in Steam Input prevents us from add more cheats the two we have added (the RetroDECK Team have reported the bug to Valve).
2024-03-17 13:16:01 +00:00
The following commands are available:
2024-03-18 14:12:37 +00:00
```
Get All Items
Get All Items + Keys
```
2024-03-17 13:16:01 +00:00
2024-03-18 09:14:43 +00:00
---
2024-03-18 14:12:37 +00:00
## New RetroDECK Steam Input Layouts: External Controllers
2024-03-16 15:05:46 +00:00
2024-03-17 18:30:41 +00:00
All controller layouts uses the same one layer radial menu with good to have hotkeys in addition to the normal button hotkeys. To access the radial menu press and hold SELECT + Move the Left Joystick and Press L3 to press the radial button.
2024-03-16 15:05:46 +00:00
2024-03-17 07:45:02 +00:00
### Might work on more devices
2024-03-16 15:05:46 +00:00
2024-03-17 18:30:41 +00:00
We have also gotten user reports that these layouts work on devices that simulates certain controllers via Steam Input like the Lenovo Legion Go. The devices will pickup one the layout it is mimicing if it is a DualSense or Xbox Wireless and allow hotkeys to be used on that device.
2024-03-17 07:45:02 +00:00
The RetroDECK Team does not own these devices and we can not test them ourself, but if you discover something you can report to the RetroDECK Team on Discord or Matrix.
2024-03-17 18:30:41 +00:00
### What does the External Controller layouts allow me to do?
2024-03-17 07:45:02 +00:00
The Radial menu quick access for various good to have PC commands like ESC, F1, Enter but also Screen Switching on Dual Screen Emulators or Change Discs. The intent is to use the button combos as the main input for the important hotkeys like saving and loading.
2024-03-18 14:12:37 +00:00
One other important feature is press and hold SELECT and move Right Stick and it will work as Mouse with R3 as Left Click and L3 as Right Click. This can be extremely useful:
2024-03-17 07:45:02 +00:00
- Navigating emulator GUIs.
- Close a pop-up window.
- Use the Wii Pointer
- Playing point and click or just PC games.
2024-03-18 09:14:43 +00:00
### The RetroDECK external controller radial menu
This menu is used on all controllers by pressing by pressing and holding SELCT + Moving the Left Joystick.
It features a variety of PC commands and other commands that are good to have. While the most important commands are bound to the normal button combos.
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/radial-menus/controller-standard-radial/
DESCIBE THE INTENT OF BUTTONS
2024-03-17 07:45:02 +00:00
### Known Issues: External Controllers - Steam Deck
2024-03-18 14:12:37 +00:00
Sometimes the emulators / engines gets confused on what controller is player 1 and takes the docked Steam Deck as player 1 and not the external contrller.
You can solve this by going into the Reorder Controllers interface in Steam and try switching between Player 1 or Player 2.
2024-03-17 07:45:02 +00:00
### Known Issues: External Controllers - Linux Desktop
Linux Desktop via Steam Input is complex. There are a lot of variables and the RetroDECK Team don't have the ability to test for all of them:
- What kind of packages are installed.
- What kind of drivers you have installed.
- What distro you are using.
- What desktop you are using.
- If you are running X11 or Wayland.
- If you have a Steam Deck based Distro with Valves "Game Mode".
We are trying to keep track of all the issues here and have reported several to Valve:
https://github.com/XargonWan/RetroDECK/issues/716
**Bug: Destop Profiles take preset over Game Profile**
Since the one of the recent Steam Client updates, there is a bug that causes Steam to take the Desktop Profile instead of the Game Profile. Sometimes it even takes both inputs and sends double inputs for every action.
Possible solutions by our users and team members:
- Try and use the RetroDECK Profile as the Desktop Profile and turning off the Game Profile.
- Going into big picture and launching RetroDECK from there.
- Starting big picture, exiting big picture and then launching RetroDECK from the Desktop Client.
**Bug: Missing Radials in certain systems**
The radial menus on certain Linux Systems are hidden behind the game window or the Steam overlay (they still work and you can navigate them).
2024-03-17 18:30:41 +00:00
We thought about doing a temporary none radial layouts for each controller to get around this bug.<br>
2024-03-17 07:45:02 +00:00
But later changed our minds as we would have even more input configs to maintain, with a risk they become permanent.
2024-03-18 09:14:43 +00:00
---
2024-03-17 07:45:02 +00:00
2024-03-18 09:14:43 +00:00
## Supported Controllers
2024-03-17 07:45:02 +00:00
2024-03-18 09:14:43 +00:00
### Generic Controllers - Standard Layout
2024-03-16 15:05:46 +00:00
2024-03-17 07:20:23 +00:00
[The Generic - Standard](https://retrodeck.readthedocs.io/en/latest/wiki_controllers/generic/standard/generic-standard/) encompasses the vast majority of none official third party controllers that have all the buttons of a modern controller like 8BitDo Pro2 or the Xiaomi Controller.
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-16 15:05:46 +00:00
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/generic/standard/generic-standard-hotkeys/
2024-03-18 09:14:43 +00:00
### Switch Pro
2024-03-16 15:05:46 +00:00
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/nintendo/switch-pro/
2024-03-17 07:20:23 +00:00
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-16 15:05:46 +00:00
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/nintendo/nintendo-hotkeys/
### Steam Controller - Gordon
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/steam/steam-controller-gordon/
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-17 18:30:41 +00:00
Extra features in the layout:
2024-03-17 07:20:23 +00:00
- Features two hotkey buttons SELECT and L4
- Features a Mouse Mode / Joystick Mode Switcher on R4 that switches the right touchpad between permanent mouse or right joystick.
2024-03-16 15:05:46 +00:00
### DualShock 3
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/dualshock-3/
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/playstation-hotkeys/
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-17 18:30:41 +00:00
Extra features in the layout:
2024-03-17 07:20:23 +00:00
2024-03-16 15:05:46 +00:00
### DualShock 4
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/dualshock-4/
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/playstation-hotkeys/
2024-03-17 07:20:23 +00:00
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-17 18:30:41 +00:00
Extra features in the layout:
2024-03-17 07:20:23 +00:00
- Features mouse on the touchpad with left click on the right side and right click on the left side.
2024-03-16 15:05:46 +00:00
### DualSense
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/dualsense/
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/playstation/playstation-hotkeys/
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-17 18:30:41 +00:00
Extra features in the layout:
2024-03-17 07:20:23 +00:00
- Features mouse on the touchpad with left click on the right side and right click on the left side.
2024-03-16 15:05:46 +00:00
### Xbox 360 Controller
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-360/
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-hotkeys/
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-16 15:05:46 +00:00
### Xbox Wireless
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-wireless/
https://retrodeck.readthedocs.io/en/latest/wiki_controllers/xbox/xbox-hotkeys/
2024-03-17 18:30:41 +00:00
Layout Name:
2024-03-17 07:20:23 +00:00
Hotkeys:
2024-03-18 09:14:43 +00:00
2024-03-17 13:32:06 +00:00
2024-03-18 14:29:51 +00:00
## Framework / Configurator
<img src="../../../wiki_images/logos/rd-logo-box.png" width="120">
### RetroDECK Configurator
```
Fixed: Quit button after emulators reset should act as an actual full quit button.
Added: New desktop icon.
```
### RetroDECK Framework
```
Added: support for Steam Flatpak layout injection.
Added: A quit_retrodeck function to ease the quit in the scripts.
Added: Several build pipeline improvements.
Change: The retrodeck/logs folder is no longer hidden by default.
Fixed: Various issues when building RetroDECK locally for development.
Fixed: Some wayland related issues.
Removed: Talk names in the manifest as they're not needed anymore as enabled by default.
```
2024-03-17 13:32:06 +00:00
2024-03-18 14:29:51 +00:00
## Emulators / Engines / System
2024-03-17 13:32:06 +00:00
2024-03-18 14:12:37 +00:00
### Updates
2024-03-17 13:32:06 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/es-de-logo.png" width="100">
2024-03-18 14:12:37 +00:00
```
ES-DE to 3.0.1
All engines.
2024-03-18 14:35:19 +00:00
All RetroArch cores.
2024-03-18 14:12:37 +00:00
All emulators.
```
2024-03-17 13:32:06 +00:00
2024-03-18 14:29:51 +00:00
### CEMU
2024-03-17 13:16:01 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/cemu-logo.png" width="100">
2024-03-17 13:16:01 +00:00
2024-03-18 14:12:37 +00:00
```
Added: Optional gyro support if you have it installed for player 1.
2024-03-18 14:42:24 +00:00
Added: Better binds for Player 2 to 4.
Change: Made graphical tweaks based on user feedback & internal testing.
2024-03-18 14:12:37 +00:00
```
2024-03-17 13:16:01 +00:00
2024-03-18 14:29:51 +00:00
### Dolphin
2024-03-17 13:16:01 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/dolphin-logo.png" width="100">
2024-03-17 13:16:01 +00:00
2024-03-18 14:12:37 +00:00
```
2024-03-18 14:42:24 +00:00
Added: Better binds for Player 1 to 4 GC & Wii.
2024-03-18 14:29:51 +00:00
Added: Optional gyro support if you have it installed for player 1.
2024-03-18 14:42:24 +00:00
Change: Made graphical tweaks based on user feedback & internal testing.
2024-03-18 14:29:51 +00:00
Change: Improved GC binds.
Change: Improved & Changed Wii Binds.
Change: Improved GBA binds.
2024-03-18 14:12:37 +00:00
```
2024-03-16 15:05:46 +00:00
2024-03-18 14:12:37 +00:00
### Primehack
2024-03-17 13:32:06 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/primehack-logo.png" width="100">
2024-03-16 15:05:46 +00:00
2024-03-18 14:12:37 +00:00
```
Added: Better binds for Player 1.
Added: Optional gyro support if you have it installed for player 1.
Added: More custom loadable icons for Primehack.
2024-03-18 14:42:24 +00:00
Change: Made graphical tweaks based on user feedback & internal testing.
2024-03-18 14:12:37 +00:00
```
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
### MelonDS
2024-03-17 13:16:01 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/melonds-logo.svg" width="100">
2024-03-17 13:16:01 +00:00
2024-03-18 14:12:37 +00:00
```
2024-03-18 14:42:24 +00:00
Change: Made graphical tweaks based on user feedback.
2024-03-18 14:12:37 +00:00
```
2024-03-16 15:05:46 +00:00
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
### Duckstation:
<img src="../../../wiki_images/logos/duckstation-logo.png" width="100">
2024-03-16 15:05:46 +00:00
2024-03-18 14:12:37 +00:00
```
2024-03-18 14:29:51 +00:00
Added: Totally reworked binds for Player 1 to 4 via SDL.
2024-03-18 14:42:24 +00:00
Fixed: Memory card folder not being linked to retrodeck/saves/psx/.
2024-03-18 14:12:37 +00:00
```
2024-03-16 15:05:46 +00:00
2024-03-18 14:12:37 +00:00
### PCSX2
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/pcsx2-logo.png" width="180">
2024-03-17 06:35:27 +00:00
2024-03-18 14:12:37 +00:00
```
2024-03-18 14:42:24 +00:00
Added: Better binds for Player 2 to 4.
Change: Made graphical tweaks based on user feedback & internal testing.
2024-03-18 14:12:37 +00:00
```
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
### RPCS3
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/rpcs3-logo.png" width="100">
2024-03-17 06:35:27 +00:00
2024-03-18 14:12:37 +00:00
```
2024-03-18 14:42:24 +00:00
Added: Better binds for Player 2 to 4.
Change: RPCS3 Game shortcuts .desktop files are now standard.
Fixed: An issue was causing the RPCS3 saves folder not to be mapped in saves/ps3/.
Change: Made graphical tweaks based on user feedback & internal testing.
2024-03-18 14:12:37 +00:00
```
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
### PPSSPP
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/ppsspp-logo.png" width="100">
2024-03-17 06:35:27 +00:00
2024-03-18 14:12:37 +00:00
```
2024-03-18 14:29:51 +00:00
Added: Extra Binds to Right Joystick (used for some romhacks that enables none existing second joystick in PSP games).
2024-03-18 14:42:24 +00:00
Change: Made graphical tweaks based on user feedback & internal testing.
2024-03-18 14:29:51 +00:00
Change: Is now running games via shortcut by default (allows easier running for more games).
2024-03-18 14:12:37 +00:00
```
2024-03-16 15:05:46 +00:00
2024-03-18 14:12:37 +00:00
### RetroArch
2024-03-18 09:14:43 +00:00
2024-03-18 14:29:51 +00:00
<img src="../../../wiki_images/logos/retroarch-logo.png" width="100">
2024-03-18 09:14:43 +00:00
2024-03-18 14:12:37 +00:00
```
Fixed: SCUMMVM-Core - A bug where the core did not find the Extras folder.
Fixed: Input mappings on controlers 2-16.
Fixed: A bug where in certain scenarios RetroArch would forget the roms folder.
```
2024-03-18 09:14:43 +00:00
2024-03-16 15:05:46 +00:00
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
## Last Minute Questions
2024-03-17 13:32:06 +00:00
2024-03-18 09:14:43 +00:00
### HEY YOU?! RetroDECK Team where is the add to Steam Function?! 👿
2024-03-17 13:32:06 +00:00
2024-03-18 14:29:51 +00:00
With the focus of both removing Yuzu and Citra from RetroDECK + implementing ES-DE 3.0 changes it needed to be pushed back.
Hopefully we can add it a minor update like 0.8.X. We got a few bugs we need to fix with the BoliR developer.
2024-03-17 06:35:27 +00:00
2024-03-18 09:14:43 +00:00
### What about the Multiuser Mode?! 👿
2024-03-17 06:35:27 +00:00
2024-03-18 14:29:51 +00:00
That still needed more time in the oven for the complexity of it and we will put it out in another big version.
This update is already quite big!
2024-03-18 14:48:33 +00:00
## We hope everyone likes the update!
We in the RetroDECK Team hopes everyone in our little community likes the update. If you find any issues please read here on how to report them (no software is free of bugs including RetroDECK):
https://retrodeck.readthedocs.io/en/latest/wiki_bugs/report-bugs/
Thanks for your patience! ❤️