mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
renderers (interlace and stuff)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@267 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
65345ecc32
commit
50cdcf97de
2 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@ typedef struct {
|
||||||
int EmuOpt; // LSb->MSb: use_sram, show_fps, enable_sound, gzip_saves,
|
int EmuOpt; // LSb->MSb: use_sram, show_fps, enable_sound, gzip_saves,
|
||||||
// squidgehack, no_save_cfg_on_exit, <unused>, 16_bit_mode
|
// squidgehack, no_save_cfg_on_exit, <unused>, 16_bit_mode
|
||||||
// craigix_ram, confirm_save, show_cd_leds, confirm_load
|
// craigix_ram, confirm_save, show_cd_leds, confirm_load
|
||||||
// A_SNs_gamma, perfect_vsync
|
// A_SNs_gamma, perfect_vsync, interlace
|
||||||
int PicoOpt; // used for config saving only, see Pico.h
|
int PicoOpt; // used for config saving only, see Pico.h
|
||||||
int PsndRate; // ditto
|
int PsndRate; // ditto
|
||||||
int PicoRegion; // ditto
|
int PicoRegion; // ditto
|
||||||
|
|
|
@ -50,6 +50,7 @@ typedef enum
|
||||||
MA_OPT_SAVECFG,
|
MA_OPT_SAVECFG,
|
||||||
MA_OPT_SAVECFG_GAME,
|
MA_OPT_SAVECFG_GAME,
|
||||||
MA_OPT_LOADCFG,
|
MA_OPT_LOADCFG,
|
||||||
|
MA_OPT_INTERLACED, /* giz */
|
||||||
MA_OPT2_GAMMA,
|
MA_OPT2_GAMMA,
|
||||||
MA_OPT2_A_SN_GAMMA,
|
MA_OPT2_A_SN_GAMMA,
|
||||||
MA_OPT2_VSYNC,
|
MA_OPT2_VSYNC,
|
||||||
|
@ -58,8 +59,8 @@ typedef enum
|
||||||
MA_OPT2_ENABLE_SN76496,
|
MA_OPT2_ENABLE_SN76496,
|
||||||
MA_OPT2_GZIP_STATES,
|
MA_OPT2_GZIP_STATES,
|
||||||
MA_OPT2_NO_LAST_ROM,
|
MA_OPT2_NO_LAST_ROM,
|
||||||
MA_OPT2_RAMTIMINGS,
|
MA_OPT2_RAMTIMINGS, /* gp2x */
|
||||||
MA_OPT2_SQUIDGEHACK,
|
MA_OPT2_SQUIDGEHACK, /* gp2x */
|
||||||
MA_OPT2_DONE,
|
MA_OPT2_DONE,
|
||||||
MA_CDOPT_TESTBIOS_USA,
|
MA_CDOPT_TESTBIOS_USA,
|
||||||
MA_CDOPT_TESTBIOS_EUR,
|
MA_CDOPT_TESTBIOS_EUR,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue