diff --git a/source/gx/images/Load_cd.png b/source/gx/images/Load_cd.png new file mode 100644 index 0000000..d852a35 Binary files /dev/null and b/source/gx/images/Load_cd.png differ diff --git a/source/gx/images/Main_reset.png b/source/gx/images/Main_reset.png index 0248ecd..fc28747 100644 Binary files a/source/gx/images/Main_reset.png and b/source/gx/images/Main_reset.png differ diff --git a/source/sound/blip.c b/source/sound/blip.c index d351c11..378b33d 100644 --- a/source/sound/blip.c +++ b/source/sound/blip.c @@ -84,7 +84,6 @@ void blip_add( blip_buffer_t* s, int clocks, int delta ) int blip_clocks_needed( const blip_buffer_t* s, int samples ) { - /* Fixed-point number of samples needed in addition to those in buffer */ int fixed_needed = samples * time_unit - s->offset;