summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/hes_cpu.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-07 20:28:47 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-07 20:28:47 +0000
commitb8ae97fe586c2cbefc8a229fe54c17b27331b20b (patch)
tree4cd708ba8bc9b3c06fc43f5f157d1faaadfbe2d6 /apps/codecs/libgme/hes_cpu.c
parentacb0917556fc33681c1df5a530cf754193e67705 (diff)
downloadrockbox-b8ae97fe586c2cbefc8a229fe54c17b27331b20b.tar.gz
rockbox-b8ae97fe586c2cbefc8a229fe54c17b27331b20b.zip
Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targets for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30265 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libgme/hes_cpu.c')
-rw-r--r--apps/codecs/libgme/hes_cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/hes_cpu.c b/apps/codecs/libgme/hes_cpu.c
index 08dfb5e993..60ea099905 100644
--- a/apps/codecs/libgme/hes_cpu.c
+++ b/apps/codecs/libgme/hes_cpu.c
@@ -58,8 +58,8 @@ void Cpu_reset( struct Hes_Cpu* this )
58 58
59 this->state_.time = 0; 59 this->state_.time = 0;
60 this->state_.base = 0; 60 this->state_.base = 0;
61 this->irq_time = future_hes_time; 61 this->irq_time = (hes_time_t)future_hes_time;
62 this->end_time = future_hes_time; 62 this->end_time = (hes_time_t)future_hes_time;
63 63
64 this->r.status = st_i; 64 this->r.status = st_i;
65 this->r.sp = 0; 65 this->r.sp = 0;