mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Allow resizing the screen in windowed mode
This commit is contained in:
parent
fbb30260e3
commit
f3b1fca68b
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue