sprite limit
authornotaz <notasas@gmail.com>
Mon, 31 Mar 2008 20:19:45 +0000 (20:19 +0000)
committernotaz <notasas@gmail.com>
Mon, 31 Mar 2008 20:19:45 +0000 (20:19 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@406 be3aeb3a-fb24-0410-a615-afba39da0efa

common/menu.h
gp2x/menu.c
gp2x/version.h
psp/version.h

index 1a4ded2..432a31e 100644 (file)
@@ -65,6 +65,7 @@ typedef enum
        MA_OPT2_STATUS_LINE,    /* psp */
        MA_OPT2_NO_FRAME_LIMIT, /* psp */
        MA_OPT2_SVP_DYNAREC,
+       MA_OPT2_NO_SPRITE_LIM,
        MA_OPT2_DONE,
        MA_OPT3_SCALE,          /* psp (all OPT3) */
        MA_OPT3_HSCALE32,
index 55995b9..06c0afb 100644 (file)
@@ -1062,6 +1062,7 @@ menu_entry opt2_entries[] =
        { "Emulate Z80",               MB_ONOFF, MA_OPT2_ENABLE_Z80,    &PicoOpt, 0x00004, 0, 0, 1, 1 },\r
        { "Emulate YM2612 (FM)",       MB_ONOFF, MA_OPT2_ENABLE_YM2612, &PicoOpt, 0x00001, 0, 0, 1, 1 },\r
        { "Emulate SN76496 (PSG)",     MB_ONOFF, MA_OPT2_ENABLE_SN76496,&PicoOpt, 0x00002, 0, 0, 1, 1 },\r
+       { "Disable sprite limit",      MB_ONOFF, MA_OPT2_NO_SPRITE_LIM, &PicoOpt, 0x40000, 0, 0, 1, 1 },\r
        { "gzip savestates",           MB_ONOFF, MA_OPT2_GZIP_STATES,   &currentConfig.EmuOpt, 0x0008, 0, 0, 1, 1 },\r
        { "Don't save last used ROM",  MB_ONOFF, MA_OPT2_NO_LAST_ROM,   &currentConfig.EmuOpt, 0x0020, 0, 0, 1, 1 },\r
        { "needs restart:",            MB_NONE,  MA_NONE,               NULL, 0, 0, 0, 1, 0 },\r
index 405cb9c..9b9d909 100644 (file)
@@ -1,2 +1,2 @@
-#define VERSION "1.40a"\r
+#define VERSION "1.40b"\r
 \r
index 5469221..95717b1 100644 (file)
@@ -1,2 +1,2 @@
-#define VERSION "1.35b"\r
+#define VERSION "1.40"\r
 \r