mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 23:15:39 +00:00
Merge remote-tracking branch 'upstream/cooker-0.8.2b' into cooker-0.8.2b-icenine451
This commit is contained in:
commit
3c2128f21d
|
@ -42,12 +42,17 @@ Threads = True
|
||||||
[General]
|
[General]
|
||||||
ISOPath0 = RETRODECKHOMEDIR/roms/wii
|
ISOPath0 = RETRODECKHOMEDIR/roms/wii
|
||||||
ISOPath1 = RETRODECKHOMEDIR/roms/gc
|
ISOPath1 = RETRODECKHOMEDIR/roms/gc
|
||||||
ISOPaths = 3
|
ISOPaths = 2
|
||||||
WiiSDCardPath = RETRODECKHOMEDIR/saves/wii/dolphin/sd.raw
|
WiiSDCardPath = RETRODECKHOMEDIR/saves/wii/dolphin/sd.raw
|
||||||
WirelessMac = 00:17:ab:83:9b:d4
|
WirelessMac = 00:17:ab:83:9b:d4
|
||||||
HotkeysRequireFocus = True
|
HotkeysRequireFocus = True
|
||||||
RecursiveISOPaths = 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]
|
[NetPlay]
|
||||||
TraversalChoice = direct
|
TraversalChoice = direct
|
||||||
[BluetoothPassthrough]
|
[BluetoothPassthrough]
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.8.2b" date="2024-07-15">
|
<release version="0.8.2b" date="2024-07-16">
|
||||||
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.2b</url>
|
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.8.2b</url>
|
||||||
<description>
|
<description>
|
||||||
<p>Changes:</p>
|
<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>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: now audio should work correctly when docking and undocking the Steam Deck</li>
|
||||||
<li>CEMU: added microphone blow input to R3</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>DUCKSTATION: now out of the rolling release</li>
|
||||||
<li>INFRASTRUCTURE: we now have a self-hosted Gitea repo in case fo disaster recovery</li>
|
<li>INFRASTRUCTURE: we now have a self-hosted Gitea repo in case fo disaster recovery</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -716,14 +716,14 @@ modules:
|
||||||
# fatal: remote transport reported error
|
# fatal: remote transport reported error
|
||||||
# url: ssh://git@github.com/dolphin-emu/dolphin.git
|
# url: ssh://git@github.com/dolphin-emu/dolphin.git
|
||||||
url: https://github.com/dolphin-emu/dolphin.git
|
url: https://github.com/dolphin-emu/dolphin.git
|
||||||
commit: b92e354389bb7c0bd114a8631b8af110d3cb3a14
|
commit: 505fe5cc0e3123746e673ecca77c04ec72ff106f
|
||||||
x-checker-data:
|
# x-checker-data:
|
||||||
type: json
|
# type: json
|
||||||
url: https://dolphin-emu.org/update/latest/beta
|
# url: https://dolphin-emu.org/update/latest/beta
|
||||||
commit-query: .hash
|
# commit-query: .hash
|
||||||
version-query: .shortrev
|
# version-query: .shortrev
|
||||||
timestamp-query: .date
|
# timestamp-query: .date
|
||||||
is-main-source: true
|
# is-main-source: true
|
||||||
# detects whether dolphin is running in a flatpak sandbox
|
# detects whether dolphin is running in a flatpak sandbox
|
||||||
# and makes it use xdg directories if it is.
|
# and makes it use xdg directories if it is.
|
||||||
# prevents dolphin from attempting to write conf files
|
# prevents dolphin from attempting to write conf files
|
||||||
|
|
|
@ -51,10 +51,17 @@ Threads = True
|
||||||
ISOPath0 =
|
ISOPath0 =
|
||||||
ISOPath1 =
|
ISOPath1 =
|
||||||
ISOPaths = 2
|
ISOPaths = 2
|
||||||
WiiSDCardPath =
|
|
||||||
WirelessMac =
|
WirelessMac =
|
||||||
HotkeysRequireFocus = True
|
HotkeysRequireFocus = True
|
||||||
RecursiveISOPaths = False
|
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]
|
[Interface]
|
||||||
ConfirmStop = True
|
ConfirmStop = True
|
||||||
CursorVisibility = 0
|
CursorVisibility = 0
|
||||||
|
@ -63,6 +70,14 @@ PauseOnFocusLost = False
|
||||||
ShowActiveTitle = True
|
ShowActiveTitle = True
|
||||||
UseBuiltinTitleDatabase = True
|
UseBuiltinTitleDatabase = True
|
||||||
UsePanicHandlers = True
|
UsePanicHandlers = True
|
||||||
|
[NetPlay]
|
||||||
|
TraversalChoice = direct
|
||||||
|
[Core]
|
||||||
|
SelectedLanguage = 0
|
||||||
|
SerialPort1 = 255
|
||||||
|
SkipIPL = True
|
||||||
|
SlotA = 8
|
||||||
|
SlotB = 255
|
||||||
[BluetoothPassthrough]
|
[BluetoothPassthrough]
|
||||||
Enabled = False
|
Enabled = False
|
||||||
[DSP]
|
[DSP]
|
||||||
|
@ -77,4 +92,4 @@ SavesInRomPath = False
|
||||||
SavesPath =
|
SavesPath =
|
||||||
Threads = True
|
Threads = True
|
||||||
[Input]
|
[Input]
|
||||||
BackgroundInput = False
|
BackgroundInput = False
|
Loading…
Reference in a new issue