Thread: GSdx
View Single Post
Old September 2nd, 2008   #3129 (permalink)
Air
Registered User
 
Join Date: Jul 2008
Location: Pennsylvania, USA
Posts: 8
Quote:
Originally Posted by Serio View Post
that's what i'd like too. an option to either define a custom window size, or one that'll display the graphics in 1:1 size, regardless of what they are, resizing the window automatically as needed.
I'm rather fond of a DoubleSize (2:1) option myself. That's about what I run the game at normally -- 1280x896 fills my widescreen desktop area nicely, and the 2:1 scaling ensures that the bilinear filtering is nice and consistent across the whole image.

I figured the easiest way to do it is just add multiple Windowed options to the drop-down selector, same as there are multiple fullscreen options. Ala:

Windowed (1:1)
Windowed (1.5:1)
Windowed (2:1)

... along those lines.
Air is offline