mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Global: Cleanup initialization/pointer checks.
Cleaning up a lot of cases of uninitialized data, unchecked return values for failures, and similar.
This commit is contained in:
@@ -195,7 +195,7 @@ namespace MainWindow
|
||||
if (g_Config.UseFullScreen() || inFullscreenResize)
|
||||
return;
|
||||
|
||||
WINDOWPLACEMENT placement;
|
||||
WINDOWPLACEMENT placement{};
|
||||
GetWindowPlacement(hwndMain, &placement);
|
||||
if (placement.showCmd == SW_SHOWNORMAL) {
|
||||
RECT rc;
|
||||
|
||||
Reference in New Issue
Block a user