MIYOO: frontend: add custom def config
authorApaczer <94932128+Apaczer@users.noreply.github.com>
Tue, 1 Apr 2025 19:14:42 +0000 (21:14 +0200)
committerApaczer <94932128+Apaczer@users.noreply.github.com>
Wed, 20 Aug 2025 13:06:41 +0000 (15:06 +0200)
Update main & menu

frontend/main.c
frontend/menu.c

index a4a3a48..4337316 100644 (file)
@@ -143,6 +143,11 @@ void emu_set_default_config(void)
 #ifndef HAVE_LIBRETRO
        spu_config.iTempo = 1;
 #endif
+#endif
+#if defined(MIYOO)
+       pl_rearmed_cbs.dithering = 0;
+       pl_rearmed_cbs.gpu_unai.fast_lighting = 1;
+       pl_rearmed_cbs.gpu_unai.scale_hires = 1;
 #endif
        ndrc_g.hacks = 0;
 
index 8cbfd8e..1b6ed58 100644 (file)
@@ -348,13 +348,21 @@ static void menu_set_defconfig(void)
        g_scaler = SCALE_4_3;
        g_gamma = 100;
        volume_boost = 0;
+#ifdef MIYOO
+       frameskip = 0; // 0 - auto
+#else
        frameskip = 1; // 1 - off
+#endif
        analog_deadzone = 50;
        soft_scaling = 1;
        soft_filter = 0;
        scanlines = 0;
        scanline_level = 20;
+#ifdef MIYOO
+       plat_target.vout_fullscreen = 1;
+#else
        plat_target.vout_fullscreen = 0;
+#endif
        psx_clock = DEFAULT_PSX_CLOCK;
 
        region = 0;