X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2F940ctl.c;h=1c6e4caaafefaaf2cb4ccfdd1bd939a42200340a;hb=f11bad75edc8966e9f84b040163cc86e830c46c6;hp=f01ffa3329b3950eda59f87f2492ce0eab3781f0;hpb=8611d1242e4f842dc7dc4a3dedb37a90c390fc6e;p=libpicofe.git diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index f01ffa3..1c6e4ca 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -18,9 +18,9 @@ #include "../common/arm_utils.h" #include "../common/menu.h" #include "../common/emu.h" -#include "../../Pico/PicoInt.h" -#include "../../Pico/sound/ym2612.h" -#include "../../Pico/sound/mix.h" +#include "../../pico/pico_int.h" +#include "../../pico/sound/ym2612.h" +#include "../../pico/sound/mix.h" /* we will need some gp2x internals here */ extern volatile unsigned short *gp2x_memregs; /* from minimal library rlyeh */