mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Windows: Hook up the UI scale setting. Need a manual resize to update.
This commit is contained in:
@@ -298,7 +298,7 @@ namespace MainWindow
|
||||
|
||||
DEBUG_LOG(Log::System, "Pixel width/height: %dx%d", PSP_CoreParameter().pixelWidth, PSP_CoreParameter().pixelHeight);
|
||||
|
||||
if (Native_UpdateScreenScale(width, height, 1.0f)) {
|
||||
if (Native_UpdateScreenScale(width, height, UIScaleFactorToMultiplier(g_Config.iUIScaleFactor))) {
|
||||
System_PostUIMessage(UIMessage::GPU_DISPLAY_RESIZED);
|
||||
System_PostUIMessage(UIMessage::GPU_RENDER_RESIZED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user