Fix crashes on shadps4 launch.

This commit is contained in:
Tom Alexander 2025-07-05 17:08:33 -04:00
parent 7fe153bfd3
commit 045fed0748
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,4 +1,15 @@
[General]
# Without this, we get:
# /run/current-system/sw/bin/xdg-mime: line 1002: /nix/store/wd9bigydk9x8bsvnslrvb5klbgmh98v5-hm_mimeapps.list.new: Read-only file system
enableDiscordRPC = false
[GUI] [GUI]
addonInstallDir = "/home/talexander/.local/share/shadPS4/addcont" addonInstallDir = "/home/talexander/.local/share/shadPS4/addcont"
installDirs = ["/home/talexander/.local/share/shadPS4/games"] installDirs = ["/home/talexander/.local/share/shadPS4/games"]
installDirsEnabled = [true] installDirsEnabled = [true]
# Without the geometry settings shadps4 crashes instantly with a floating point error.
geometry_h = 981
geometry_w = 748
geometry_x = 0
geometry_y = 0