···33 */
4455/* We don't run on hardware directly */
66+#ifndef SIMULATOR
67#define CONFIG_PLATFORM (PLATFORM_HOSTED)
78#define PIVOT_ROOT "/mnt"
99+#endif
1010+811#define HAVE_FPU
9121013/* For Rolo and boot loader */
···12151316#define MODEL_NAME "RG Nano"
14171818+#ifndef SIMULATOR
1519#define USB_NONE
2020+#endif
16211722/* define this if you have a colour LCD */
1823#define HAVE_LCD_COLOR
···283283 LDOPTS="$LDOPTS -fsanitize=undefined"
284284 fi
285285286286+ # Clear FUNKEY_SDK SDL1.2 path from LDOPTS
287287+ if [ "$modelname" = "rgnano" ]; then
288288+ LDOPTS=""
289289+ fi
290290+286291 # Some linux setups like to warn about unused results. They are correct,
287292 # but cleaning this up is a lot of work.
288293 GCCOPTS="$GCCOPTS -Wno-unused-result"
···36673672 t_cpu="hosted"
36683673 t_manufacturer="anbernic"
36693674 t_model="rgnano"
36703670- extradefines="$extradefines -DOS_USE_BYTESWAP_H"
36713675 ;;
3672367636733677 210|hifietma9)