// ------------ bios/plugins ------------
-#ifdef BUILTIN_GPU_NEON
-
static const char h_gpu_neon[] =
"Configure built-in NEON GPU plugin";
static const char h_gpu_neon_enhanced[] =
return 0;
}
-#endif
-
static menu_entry e_menu_plugin_gpu_unai[] =
{
mee_onoff ("Old renderer", 0, pl_rearmed_cbs.gpu_unai.old_renderer, 1),
"(C) 2005-2009 PCSX-df Team\n"
"(C) 2009-2011 PCSX-Reloaded Team\n\n"
"ARM recompiler (C) 2009-2011 Ari64\n"
-#ifdef BUILTIN_GPU_NEON
"ARM NEON GPU (c) 2011-2012 Exophase\n"
-#endif
"PEOpS GPU and SPU by Pete Bernert\n"
" and the P.E.Op.S. team\n"
"PCSX4ALL plugin by PCSX4ALL team\n"
return 1;
}
-#ifdef BUILTIN_GPU_NEON
static int dispmode_doubleres(void)
{
if (!(pl_rearmed_cbs.gpu_caps & GPU_CAP_SUPPORTS_2X)
snprintf(hud_msg, sizeof(hud_msg), "double resolution");
return 1;
}
-#endif
#ifdef HAVE_NEON32
static int dispmode_scale2x(void)
static int (*dispmode_switchers[])(void) = {
dispmode_default,
-#ifdef BUILTIN_GPU_NEON
dispmode_doubleres,
-#endif
#ifdef HAVE_NEON32
dispmode_scale2x,
dispmode_eagle2x,