From af68ac1e1bb77fd821e042d2c8ea9a159c970d20 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 28 May 2023 09:27:03 +0200 Subject: Fix bug for pattern chaining --- src/main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index d8939ed..abc8571 100644 --- a/src/main.c +++ b/src/main.c @@ -41,9 +41,9 @@ WITH REGARD TO THIS SOFTWARE. // // Bugfixes // - Sound can get hung up sometimes, but I can't reproduce when this happens. -// Not sure if this is an emulator thing or happens also in hardware. +// Not sure if this is an emulator thing or happens also in hardware. // - Cursor can stay in position instead of dissapering, again I can't -// reproduce this right now, just happened randomly. Needs investigation. +// reproduce this right now, just happened randomly. Needs investigation. // #include "gba/gba.h" @@ -112,9 +112,6 @@ main(void) { // Adjust system wait times. SYSTEM_WAIT = SYSTEM_WAIT_CARTRIDGE; - // Initialize filesystem. - fs_init(); - // Initialize renderer. renderer_init(); -- cgit v1.2.1