1
0
Fork 0
forked from len0rd/rockbox

Commit FS #7379 - This patch fixes most of the sound problems from the previous version. This is a complete rewrite of VisualBoyAdvance's sound code from C++ to C. This patch also eliminates the need for some large tables giving more room in IRAM and the plugin buffer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13947 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-07-21 04:00:58 +00:00
parent e9c09d4d0e
commit fa3fc0c5c7
7 changed files with 696 additions and 354 deletions

View file

@ -562,10 +562,3 @@ void mbc_reset(void)
mbc.enableram = 0;
mem_updatemap();
}