some readme and general cleanups

This commit is contained in:
notaz 2013-08-31 18:03:41 +03:00
parent 9a1f192a14
commit 92dfd9afa6
10 changed files with 43 additions and 469 deletions

View file

@ -95,7 +95,7 @@ static struct in_default_bind in_evdev_defbinds[] =
void pemu_prep_defconfig(void)
{
defaultConfig.EmuOpt |= EOPT_VSYNC|EOPT_16BPP;
defaultConfig.s_PicoOpt |= POPT_EN_MCD_GFX|POPT_EN_MCD_PSYNC;
defaultConfig.s_PicoOpt |= POPT_EN_MCD_GFX;
defaultConfig.scaling = SCALE_2x2_3x2;
}