diff options
| -rw-r--r-- | firmware/export/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h index fc582aa..db4b365 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -234,7 +234,7 @@ enum { #if !defined(SIMULATOR) && !defined(__PCTOOL__) #include "system-target.h" -#else /* SIMULATOR */ +#elif defined(HAVE_SDL) /* SIMULATOR */ #include "system-sdl.h" static inline uint16_t swap16(uint16_t value) /* |