Allow resizing the screen in windowed mode

This commit is contained in:
Henrik Rydgard 2015-11-02 19:36:14 +01:00
parent fbb30260e3
commit f3b1fca68b

View file

@ -42,7 +42,8 @@ void CenterDisplayOutputRect(float *x, float *y, float *w, float *h, float origW
} else {
bool fullScreenZoom = true;
#ifndef MOBILE_DEVICE
fullScreenZoom = g_Config.bFullScreen;
// This would turn off small display in window mode. I think it's better to allow it.
// fullScreenZoom = g_Config.bFullScreen;
#endif
if (fullScreenZoom) {
if (g_Config.iSmallDisplayZoom != 0) {