UI: Make GPU events more consistent.
This commit is contained in:
parent
7613fd97aa
commit
661b2a3aa8
6 changed files with 17 additions and 22 deletions
|
@ -224,7 +224,7 @@ namespace MainWindow
|
|||
if (g_Config.iTexScalingLevel == TEXSCALING_AUTO)
|
||||
setTexScalingMultiplier(0);
|
||||
|
||||
NativeMessageReceived("gpu resized", "");
|
||||
NativeMessageReceived("gpu_resized", "");
|
||||
}
|
||||
|
||||
void CorrectCursor() {
|
||||
|
@ -279,7 +279,7 @@ namespace MainWindow
|
|||
INFO_LOG(SYSTEM, "Pixel width/height: %dx%d", PSP_CoreParameter().pixelWidth, PSP_CoreParameter().pixelHeight);
|
||||
|
||||
if (UpdateScreenScale(width, height)) {
|
||||
NativeMessageReceived("gpu resized", "");
|
||||
NativeMessageReceived("gpu_resized", "");
|
||||
}
|
||||
|
||||
if (screenManager) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue