Skip to content

Commit

Permalink
pico: move audio init up to where the other inits are
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed Feb 26, 2023
1 parent 6d82590 commit e371c16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 32blit-pico/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ int main() {
init_input();
init_fs();
init_usb();
init_audio();

#if defined(ENABLE_CORE1)
multicore_launch_core1(core1_main);
Expand All @@ -208,8 +209,6 @@ int main() {
blit::render = ::render;
blit::update = ::update;

init_audio();

// user init
::init();

Expand Down

0 comments on commit e371c16

Please sign in to comment.