mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Merge branch 'cooker-0.8.2b'
This commit is contained in:
commit
d96a82e9e3
|
@ -51,10 +51,17 @@ Threads = True
|
|||
ISOPath0 =
|
||||
ISOPath1 =
|
||||
ISOPaths = 2
|
||||
WiiSDCardPath =
|
||||
WirelessMac =
|
||||
HotkeysRequireFocus = True
|
||||
RecursiveISOPaths = False
|
||||
NANDRootPath =
|
||||
DumpPath = /var/data/dolphin-emu/Dump/
|
||||
LoadPath = /var/data/dolphin-emu/Load/
|
||||
NANDRootPath = /var/data/dolphin-emu/Wii/
|
||||
ResourcePackPath = /var/data/dolphin-emu/ResourcePacks/
|
||||
WFSPath =
|
||||
WiiSDCardPath =
|
||||
WiiSDCardSyncFolder = /var/data/dolphin-emu/Load/WiiSDSync/
|
||||
[Interface]
|
||||
ConfirmStop = True
|
||||
CursorVisibility = 0
|
||||
|
@ -63,6 +70,14 @@ PauseOnFocusLost = False
|
|||
ShowActiveTitle = True
|
||||
UseBuiltinTitleDatabase = True
|
||||
UsePanicHandlers = True
|
||||
[NetPlay]
|
||||
TraversalChoice = direct
|
||||
[Core]
|
||||
SelectedLanguage = 0
|
||||
SerialPort1 = 255
|
||||
SkipIPL = True
|
||||
SlotA = 8
|
||||
SlotB = 255
|
||||
[BluetoothPassthrough]
|
||||
Enabled = False
|
||||
[DSP]
|
||||
|
@ -77,4 +92,4 @@ SavesInRomPath = False
|
|||
SavesPath =
|
||||
Threads = True
|
||||
[Input]
|
||||
BackgroundInput = False
|
||||
BackgroundInput = False
|
|
@ -42,12 +42,17 @@ Threads = True
|
|||
[General]
|
||||
ISOPath0 = RETRODECKHOMEDIR/roms/wii
|
||||
ISOPath1 = RETRODECKHOMEDIR/roms/gc
|
||||
ISOPaths = 3
|
||||
ISOPaths = 2
|
||||
WiiSDCardPath = RETRODECKHOMEDIR/saves/wii/dolphin/sd.raw
|
||||
WirelessMac = 00:17:ab:83:9b:d4
|
||||
HotkeysRequireFocus = True
|
||||
RecursiveISOPaths = True
|
||||
ISOPath2 = RETRODECKHOMEDIR/roms/wii
|
||||
DumpPath = /var/data/dolphin-emu/Dump/
|
||||
LoadPath = /var/data/dolphin-emu/Load/
|
||||
NANDRootPath = /var/data/dolphin-emu/Wii/
|
||||
ResourcePackPath = /var/data/dolphin-emu/ResourcePacks/
|
||||
WFSPath =
|
||||
WiiSDCardSyncFolder = /var/data/dolphin-emu/Load/WiiSDSync/
|
||||
[NetPlay]
|
||||
TraversalChoice = direct
|
||||
[BluetoothPassthrough]
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
<project_license>GPL-3.0</project_license>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<releases>
|
||||
<release version="0.8.2b" date="2024-07-15">
|
||||
<release version="0.8.2b" date="2024-07-17">
|
||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.2b</url>
|
||||
<description>
|
||||
<p>Changes:</p>
|
||||
|
@ -83,6 +83,7 @@
|
|||
<li>FRAMEWORK: fixed an issue where second level subfolders inside retrodeck folder were not correctly placed, this caused errors on ES-DE as themes and downloaded_media folder could not be found after a reset or first install</li>
|
||||
<li>CEMU: now audio should work correctly when docking and undocking the Steam Deck</li>
|
||||
<li>CEMU: added microphone blow input to R3</li>
|
||||
<li>DOLPHIN: now supports RetroAchivements but must be manually enabled from the emulator as the Configurator is not yet prepared for that</li>
|
||||
<li>DUCKSTATION: now out of the rolling release</li>
|
||||
<li>INFRASTRUCTURE: we now have a self-hosted Gitea repo in case fo disaster recovery</li>
|
||||
</ul>
|
||||
|
|
|
@ -716,14 +716,14 @@ modules:
|
|||
# fatal: remote transport reported error
|
||||
# url: ssh://git@github.com/dolphin-emu/dolphin.git
|
||||
url: https://github.com/dolphin-emu/dolphin.git
|
||||
commit: b92e354389bb7c0bd114a8631b8af110d3cb3a14
|
||||
x-checker-data:
|
||||
type: json
|
||||
url: https://dolphin-emu.org/update/latest/beta
|
||||
commit-query: .hash
|
||||
version-query: .shortrev
|
||||
timestamp-query: .date
|
||||
is-main-source: true
|
||||
commit: 505fe5cc0e3123746e673ecca77c04ec72ff106f
|
||||
# x-checker-data:
|
||||
# type: json
|
||||
# url: https://dolphin-emu.org/update/latest/beta
|
||||
# commit-query: .hash
|
||||
# version-query: .shortrev
|
||||
# timestamp-query: .date
|
||||
# is-main-source: true
|
||||
# detects whether dolphin is running in a flatpak sandbox
|
||||
# and makes it use xdg directories if it is.
|
||||
# prevents dolphin from attempting to write conf files
|
||||
|
|
Loading…
Reference in a new issue