mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 14:50:43 -04:00
Move PortaPack IO init to earlier -- with other IO init.
Was causing trouble with performing audio codec reset.
This commit is contained in:
parent
66d66b57ab
commit
17ba51d7eb
2 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,6 @@ static void event_loop() {
|
|||
int main(void) {
|
||||
portapack::init();
|
||||
|
||||
portapack::io.init();
|
||||
portapack::display.init();
|
||||
|
||||
sdcStart(&SDCD1, nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue