XargonWan
XargonWan
Steps: - [x] Add favorites to Steam (without auto deletion) - [x] Initial Configurator Integration - [x] Read alternate emulator data, game first, then system - [x] Sync favorites to...
Some info were here: https://github.com/XargonWan/RetroDECK/issues/600
**VITA3K** The user configuration for Vita3K is found in ux0/user/## folder, so if we want to really have different users we need to parse the user.xml file and edit it...
Proto script that I did, it worked very well with my collection: ```bash #!/bin/bash # Function to create multidisk directories create_multidisk_directories() { echo "Checking for games with multiple .chd files..."...
Duplicate of: https://github.com/XargonWan/RetroDECK/issues/286
I believe that is `/media`, however that is already permitted as if it wasn't everything on the sd card would not work. I checked on my desktop build and I...
Can this be related to the sdcard unmounting issue?
Probably we will do a similar thing together with the RomM Team
> SteamOS 3.5 is doing language changes to how SteamOS works. We wait for those. No, actually this concerns only the emulators settings, it's not taken from the OS afaik....
Critical points: - Some emulators got a language and a region, should we ask the user both? - on RetroDECK we should show all the Region/Language even if they're not...