deltabeard / ctrmus

3DS Music Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove duplicate code used in decoder modules

deltabeard opened this issue · comments

Each of these modules use a similar while loop and initialisation functions. A main music player module should be created, that calls the appropriate functions from the three modules when playing a music file.

See the refactor branch.