X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsek.c;h=39168a9a22c82ce6eed3f1afd960a9a415ac0d78;hb=d4d626658a7a999f48009f408b4a22d280ab80ea;hp=f42e2d97d2b50c831846ba4452c83a12b5d09ea8;hpb=7e7b446f29e6b571894cd8254240fb2ac266034d;p=picodrive.git diff --git a/pico/sek.c b/pico/sek.c index f42e2d9..39168a9 100644 --- a/pico/sek.c +++ b/pico/sek.c @@ -261,7 +261,7 @@ PICO_INTERNAL void SekUnpackCpu(const unsigned char *cpu, int is_sub) /* idle loop detection, not to be used in CD mode */ #ifdef EMU_C68K -#include "cpu/Cyclone/tools/idle.h" +#include "cpu/cyclone/tools/idle.h" #endif static unsigned short **idledet_ptrs = NULL;