EmuNewz Network
rotation doesn't adjust screen size - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: rotation doesn't adjust screen size (/showthread.php?tid=64996)



rotation doesn't adjust screen size - serio - 07-01-2012

r2579
when the screen's rotated by 90 degrees in either direction, the window size isn't updated, so it'll be still using the base horizontal window size instead of the rotated vertical one.

i doubt there are many games that use rotated screen, but yeah.

attaching example picture of a random game with it happening.


RE: rotation doesn't adjust screen size - gid15 - 07-02-2012

(07-01-2012, 08:11 PM)serio Wrote: r2579
when the screen's rotated by 90 degrees in either direction, the window size isn't updated, so it'll be still using the base horizontal window size instead of the rotated vertical one.

i doubt there are many games that use rotated screen, but yeah.

attaching example picture of a random game with it happening.
I've added this problem as Issue 299 (http://code.google.com/p/jpcsp/issues/detail?id=299) to not forget it...

Thanks for the report!