aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index d6ea621..e9d1baf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -75,15 +75,15 @@ WITH REGARD TO THIS SOFTWARE.
75// a pattern to start chain. 75// a pattern to start chain.
76// + Random chain just places A- doesn’t check if which patterns have content 76// + Random chain just places A- doesn’t check if which patterns have content
77// in bank for random placement. 77// in bank for random placement.
78// + Add help for scale parameters and banks E/F (consider auto-save settings
79// for notification)
80// + Default should be help is on
81// + Cursor on bank can wrap around (up/down) but the same can't be done on
82// patterns.
83// + Add help for pattern chain
78// - Add CREDITS to the documentation for now, should probably be a menu item 84// - Add CREDITS to the documentation for now, should probably be a menu item
79// later. 85// later.
80// - Make sure sync works with the same cable for in/out. 86// - Make sure sync works with the same cable for in/out.
81// - Add help for scale parameters and banks E/F (consider auto-save settings
82// for notification)
83// - Add help for pattern chain
84// - Default should be help is on
85// - Cursor on bank can wrap around (up/down) but the same can't be done on
86// patterns.
87 87
88#include "gba/gba.h" 88#include "gba/gba.h"
89 89