mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-06 05:49:47 -06:00
fix OSD scaling on hiDPI screens
This commit is contained in:
@ -591,7 +591,7 @@ void ScreenPanelGL::drawScreenGL()
|
||||
screenSettingsLock.unlock();
|
||||
|
||||
OSD::Update();
|
||||
OSD::DrawGL(w, h);
|
||||
OSD::DrawGL(w, h, factor);
|
||||
|
||||
glContext->SwapBuffers();
|
||||
}
|
||||
|
Reference in New Issue
Block a user