mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
- fixed sceAppContentTemporaryDataMount2
This commit is contained in:
committed by
georgemoralis
parent
f35518d527
commit
a475b38e5f
@@ -220,7 +220,7 @@ void load(const std::filesystem::path& path) {
|
||||
auto general = generalResult.unwrap();
|
||||
|
||||
isNeo = toml::find_or<toml::boolean>(general, "isPS4Pro", false);
|
||||
isFullscreen = toml::find_or<toml::boolean>(general, "Fullscreen", true);
|
||||
isFullscreen = toml::find_or<toml::boolean>(general, "Fullscreen", false);
|
||||
logFilter = toml::find_or<toml::string>(general, "logFilter", "");
|
||||
logType = toml::find_or<toml::string>(general, "logType", "sync");
|
||||
isShowSplash = toml::find_or<toml::boolean>(general, "showSplash", true);
|
||||
|
||||
Reference in New Issue
Block a user