mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
1.30 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@78 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e5589947f5
commit
53c908bb97
2 changed files with 4 additions and 3 deletions
|
@ -799,7 +799,7 @@ static void cd_menu_loop_options(void)
|
|||
} else {
|
||||
if (PicoCDBuffers < 64) PicoCDBuffers = 64;
|
||||
else PicoCDBuffers <<= 1;
|
||||
if (PicoCDBuffers > 4096) PicoCDBuffers = 4096;
|
||||
if (PicoCDBuffers > 8*1024) PicoCDBuffers = 8*1024; // 16M
|
||||
}
|
||||
break;
|
||||
case 7: currentConfig.PicoOpt^=0x1000; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue