mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
psp, revisit scaling
This commit is contained in:
parent
4b24b6b74c
commit
fc07fe2b4e
3 changed files with 21 additions and 19 deletions
|
@ -41,12 +41,12 @@ enum {
|
|||
EOPT_SCALE_SW = 1,
|
||||
EOPT_SCALE_HW,
|
||||
// PSP horiz:
|
||||
EOPT_SCALE_43 = 1, // DAR 4:3 (12:9)
|
||||
EOPT_SCALE_WIDE, // DAR 14:9
|
||||
EOPT_SCALE_FULL, // DAR 16:9
|
||||
EOPT_SCALE_43 = 1, // 4:3 screen
|
||||
EOPT_SCALE_STRETCH, // stretched to between _43 and _WIDE
|
||||
EOPT_SCALE_WIDE, // stretched to match display width
|
||||
// PSP vert:
|
||||
EOPT_VSCALE_43 = 1, // DAR 4:3
|
||||
EOPT_VSCALE_FULL, // zoomed to full height
|
||||
EOPT_VSCALE_FULL = 1, // TV height scaled to screen height
|
||||
EOPT_VSCALE_NOBORDER, // VDP area scaled to screen height
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue