mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-27 10:09:52 +00:00
Add default value for Separate Update Folder (#1735)
Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
This commit is contained in:
parent
e36c4d5f75
commit
14c2be8c67
|
@ -743,6 +743,7 @@ void setDefaultValues() {
|
|||
emulator_language = "en";
|
||||
m_language = 1;
|
||||
gpuId = -1;
|
||||
separateupdatefolder = false;
|
||||
}
|
||||
|
||||
} // namespace Config
|
||||
|
|
Loading…
Reference in a new issue