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

@ -31,7 +31,7 @@ void pemu_validate_config(void)
{
extern int PicoOpt;
// PicoOpt &= ~POPT_EXT_FM;
PicoOpt &= ~POPT_EN_SVP_DRC;
PicoOpt &= ~POPT_EN_DRC;
}
// FIXME: dupes from GP2X, need cleanup