mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-16 06:57:46 +00:00
Seems like this else was a mistake.
This commit is contained in:
parent
afe2a17ef5
commit
5f015793d8
@ -129,7 +129,6 @@ void UpdateScreenScale(int width, int height) {
|
||||
dp_yres *= 2;
|
||||
g_dpi_scale = 2.0f;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
pixel_in_dps = (float)pixel_xres / dp_xres;
|
||||
NativeResized();
|
||||
|
Loading…
x
Reference in New Issue
Block a user