release 1.91

This commit is contained in:
notaz 2013-10-11 00:16:37 +03:00
parent f7e40c9b2e
commit 74e770b1ec
8 changed files with 18 additions and 21 deletions

View file

@ -414,7 +414,7 @@ static menu_entry e_menu_cd_options[] =
mee_onoff_h("CDDA audio", MA_CDOPT_CDDA, PicoOpt, POPT_EN_MCD_CDDA, h_cdda),
mee_onoff_h("PCM audio", MA_CDOPT_PCM, PicoOpt, POPT_EN_MCD_PCM, h_cdpcm),
mee_onoff_h("SaveRAM cart", MA_CDOPT_SAVERAM, PicoOpt, POPT_EN_MCD_RAMCART, h_srcart),
mee_onoff_h("Scale/Rot. fx (slow)", MA_CDOPT_SCALEROT_CHIP, PicoOpt, POPT_EN_MCD_GFX, h_scfx),
mee_onoff_h("Scale/Rot. fx", MA_CDOPT_SCALEROT_CHIP, PicoOpt, POPT_EN_MCD_GFX, h_scfx),
mee_end,
};

View file

@ -17,6 +17,8 @@
#include "input_pico.h"
#include "version.h"
#include <pico/pico.h>
static void *shadow_fb;
const struct in_default_bind in_sdl_defbinds[] __attribute__((weak)) = {

View file

@ -1 +1 @@
#define VERSION "1.90"
#define VERSION "1.91"