mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Fixed screenshots folder in CITRA, RetroArch, Yuzu and MAME (SA) for the future
This commit is contained in:
parent
d0fde64689
commit
e69e23dd8b
|
@ -332,7 +332,7 @@ Paths\moviePlaybackPath=
|
|||
Paths\movieRecordPath=
|
||||
Paths\recentFiles=@Invalid()
|
||||
Paths\romsPath=
|
||||
Paths\screenshotPath=
|
||||
Paths\screenshotPath=RETRODECKHOMEDIR/screenshots
|
||||
Paths\symbolsPath=
|
||||
Paths\videoDumpingPath=
|
||||
Shortcuts\Main%20Window\Advance%20Frame\Context=2
|
||||
|
|
|
@ -3071,7 +3071,7 @@ savestates_in_content_dir = "false"
|
|||
scan_without_core_match = "false"
|
||||
screen_brightness = "100"
|
||||
screen_orientation = "0"
|
||||
screenshot_directory = ":\screenshots"
|
||||
screenshot_directory = "RETRODECKHOMEDIR/screenshots"
|
||||
screenshots_in_content_dir = "false"
|
||||
settings_show_accessibility = "true"
|
||||
settings_show_achievements = "true"
|
||||
|
|
|
@ -1011,7 +1011,7 @@ Paths\romsPath=
|
|||
Paths\symbolsPath=
|
||||
Screenshots\enable_screenshot_save_as=true
|
||||
Screenshots\enable_screenshot_save_as\default=true
|
||||
Screenshots\screenshot_path=/home/deck/.var/app/org.yuzu_emu.yuzu/data/yuzu/screenshots
|
||||
Screenshots\screenshot_path=RETRODECKHOMEDIR/screenshots
|
||||
Shortcuts\Main%20Window\Audio%20Mute\Unmute\Context=1
|
||||
Shortcuts\Main%20Window\Audio%20Mute\Unmute\Context\default=true
|
||||
Shortcuts\Main%20Window\Audio%20Mute\Unmute\Controller_KeySeq=Home+Dpad_Right
|
||||
|
|
|
@ -28,7 +28,7 @@ cfg_directory /var/config/mame/cfg
|
|||
nvram_directory /var/config/mame/nvram
|
||||
input_directory /var/config/mame/inp
|
||||
state_directory /var/config/mame/sta
|
||||
snapshot_directory $HOME/retrodeck/screenshots
|
||||
snapshot_directory RETRODECKHOMEDIR/screenshots
|
||||
diff_directory /var/config/mame/diff
|
||||
comment_directory /var/config/mame/comments
|
||||
share_directory /var/config/mame/share
|
||||
|
|
Loading…
Reference in a new issue