mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
gp2x->common menu migration finished, gp2x now only uses input fwk
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@692 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
9025b93159
commit
991473ad43
24 changed files with 207 additions and 1769 deletions
|
@ -40,12 +40,8 @@ typedef struct _currentConfig_t {
|
|||
int s_PicoCDBuffers;
|
||||
int Frameskip;
|
||||
int CPUclock;
|
||||
int KeyBinds[PLAT_MAX_KEYS];
|
||||
int volume;
|
||||
int gamma;
|
||||
#if PLAT_HAVE_JOY
|
||||
int JoyBinds[4][32];
|
||||
#endif
|
||||
int scaling; // gp2x: 0=center, 1=hscale, 2=hvscale, 3=hsoftscale; psp: bilinear filtering
|
||||
int rotation; // for UIQ
|
||||
float scale; // psp: screen scale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue