mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
UI adjustments, nub support
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@291 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c93fb19e8f
commit
16e89bed91
10 changed files with 152 additions and 87 deletions
|
@ -9,7 +9,7 @@ typedef struct {
|
|||
// squidgehack, no_save_cfg_on_exit, <unused>, 16_bit_mode
|
||||
// craigix_ram, confirm_save, show_cd_leds, confirm_load
|
||||
// A_SNs_gamma, perfect_vsync, giz_scanlines, giz_dblbuff
|
||||
// vsync_mode
|
||||
// vsync_mode, show_clock
|
||||
int PicoOpt; // used for config saving only, see Pico.h
|
||||
int PsndRate; // ditto
|
||||
int PicoRegion; // ditto
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#elif defined(PSP)
|
||||
#if 1
|
||||
#ifdef LPRINTF_STDIO
|
||||
#include <stdio.h>
|
||||
#define lprintf printf
|
||||
#else
|
||||
|
|
|
@ -63,6 +63,7 @@ typedef enum
|
|||
MA_OPT2_NO_LAST_ROM,
|
||||
MA_OPT2_RAMTIMINGS, /* gp2x */
|
||||
MA_OPT2_SQUIDGEHACK, /* gp2x */
|
||||
MA_OPT2_STATUS_LINE, /* psp */
|
||||
MA_OPT2_DONE,
|
||||
MA_OPT3_SCALE, /* psp (all OPT3) */
|
||||
MA_OPT3_HSCALE32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue