FTE: Add moneyback_condensed, removed autoscaling

This commit is contained in:
Steam Deck User 2023-02-07 20:53:01 -05:00
parent 4657f37007
commit 0cf9321ede
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -287,8 +287,8 @@ vid_displayfrequency ""
vid_height "768" //The screen height to attempt to use, in physical pixels. 0 means use desktop resolution.
vid_width "1024" //The screen width to attempt to use, in physical pixels. 0 means use desktop resolution.
vid_triplebuffer "1" //Specifies whether the hardware is forcing tripplebuffering on us, this is the number of extra page swaps required before old data has been completely overwritten.
vid_conautoscale "2" //Changes the 2d scale, including hud, console, and fonts. To specify an explicit font size, divide the desired 'point' size by 8 to get the scale. High values will be clamped to maintain at least a 320*200 virtual size.
vid_conheight "0"
vid_conautoscale "0" //Changes the 2d scale, including hud, console, and fonts. To specify an explicit font size, divide the desired 'point' size by 8 to get the scale. High values will be clamped to maintain at least a 320*200 virtual size.
vid_conheight "480"
vid_conwidth "0"
vid_depthbits "0" //The number of depth bits to request from the renedering context. Try 24.
vid_bpp "32" //The number of colour bits to request from the renedering context