mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01:00
smol fix
This commit is contained in:
parent
4eea98c66b
commit
f9f854c4a8
@ -1541,7 +1541,7 @@ psSelectDevice()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(bestFsMode < 0){
|
if(bestFsMode < 0){
|
||||||
MessageBox(nil, "Cannot find desired video mode", "GTA3", MB_OK);
|
MessageBox(nil, "Cannot find desired video mode", "GTA: Vice City", MB_OK);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
GcurSelVM = bestFsMode;
|
GcurSelVM = bestFsMode;
|
||||||
|
Loading…
Reference in New Issue
Block a user