mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Save main window together with config to avoid rare crash
This commit is contained in:
parent
715ac8a279
commit
c16876f8e7
@ -692,6 +692,7 @@ void save(const std::filesystem::path& path) {
|
||||
std::ofstream file(path, std::ios::binary);
|
||||
file << data;
|
||||
file.close();
|
||||
saveMainWindow(path);
|
||||
}
|
||||
|
||||
void saveMainWindow(const std::filesystem::path& path) {
|
||||
|
Loading…
Reference in New Issue
Block a user