MFLAGS="-march=mips32r2"
platform="opendingux"
;;
- rg99)
- # RG99 using opendingux, with Ingenic MIPS JZ4725B
- sound_drivers="sdl"
- CFLAGS="$CFLAGS -D__OPENDINGUX__"
- MFLAGS="-march=mips32"
- platform="opendingux"
- ;;
miyoo)
# Miyoo BittBoy, PocketGO 1, PowKiddy V90/Q90 with Allwinner F1C100s
sound_drivers="sdl"
odbeta)
# various devices with opendingux beta, arch flags from toolchain default
MFLAGS=""
- CFLAGS="$CFLAGS -D__ODBETA__"
+ CFLAGS="$CFLAGS -D__OPENDINGUX__"
platform="opendingux"
;;
pandora)
{
// take over new settings
if (plat_sdl_screen->w != area.w || plat_sdl_screen->h != area.h) {
-#if defined(__ODBETA__)
+#if defined(__OPENDINGUX__)
if (currentConfig.vscaling != EOPT_SCALE_HW &&
plat_sdl_screen->w == 320 &&
plat_sdl_screen->h == 480) {
in_sdl_init(&in_sdl_platform_data, plat_sdl_event_handler);
in_probe();
-#if defined(__RG99__)
- // do not use the default resolution
- plat_sdl_change_video_mode(320, 240, 1);
-#endif
-
bgr_to_uyvy_init();
}