mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
supporting caanoo, line doublers, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@893 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bf61bea0f2
commit
f4750ee051
24 changed files with 349 additions and 222 deletions
|
@ -43,9 +43,8 @@ extern int g_screen_height;
|
|||
|
||||
enum {
|
||||
EOPT_SCALE_NONE = 0,
|
||||
EOPT_SCALE_SW_H,
|
||||
EOPT_SCALE_HW_H,
|
||||
EOPT_SCALE_HW_HV,
|
||||
EOPT_SCALE_SW,
|
||||
EOPT_SCALE_HW,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
@ -67,7 +66,8 @@ typedef struct _currentConfig_t {
|
|||
int CPUclock;
|
||||
int volume;
|
||||
int gamma;
|
||||
int scaling; // gp2x: 0=center, 1=hscale, 2=hvscale, 3=hsoftscale; psp: bilinear filtering
|
||||
int scaling; // gp2x: EOPT_SCALE_*; psp: bilinear filtering
|
||||
int vscaling;
|
||||
int rotation; // for UIQ
|
||||
float scale; // psp: screen scale
|
||||
float hscale32, hscale40; // psp: horizontal scale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue