flathub / net.rpcs3.RPCS3

https://flathub.org/apps/details/net.rpcs3.RPCS3
5 stars 5 forks source link

Config files from CLI `--config` not being loaded #1644

Open SeongGino opened 7 months ago

SeongGino commented 7 months ago

Trying to load config files with said flag using an exact path, even inside RPCS3's container and given full r/w perms to the filesystem, just results in: kf.config.core: "KConfigIni: In file {path}, line [x]:" Invalid entry (missing '=') for each line of said config file. RPCS3 just uses the default configuration file.

Exact same files work in every other distribution of RPCS3 using the same command on the same system, so no idea what's going on here. I'm using this as part of the workflow of a separate frontend program.