mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-04 15:05:02 -06:00
+
This commit is contained in:
parent
8396de2aa2
commit
d06a3d4777
@ -377,7 +377,7 @@ bool EmulatorSettingsImpl::Load(const std::string& serial) {
|
|||||||
nullptr,
|
nullptr,
|
||||||
};
|
};
|
||||||
int result = 1;
|
int result = 1;
|
||||||
// SDL_ShowMessageBox(&msg_box, &result);
|
SDL_ShowMessageBox(&msg_box, &result);
|
||||||
if (result == 1) {
|
if (result == 1) {
|
||||||
if (TransferSettings()) {
|
if (TransferSettings()) {
|
||||||
Save();
|
Save();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user