Home
last modified time | relevance | path

Searched refs:PSE_LT_GPU (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPluginList.m16 const static int typeList[] = {PSE_LT_GPU, PSE_LT_SPU, PSE_LT_CDR, PSE_LT_PAD, PSE_LT_NET, PSE_LT_S…
175 if ([self.activeGpuPlugin runAs:PSE_LT_GPU] != 0)
194 case PSE_LT_GPU: return self.activeGpuPlugin; break;
211 case PSE_LT_GPU:
242 case PSE_LT_GPU:
H A DPcsxrPlugin.m41 case PSE_LT_GPU: return @"GPU"; break;
55 case PSE_LT_GPU:
79 case PSE_LT_GPU: return (char **)gpu;
181 type = PSE_LT_GPU;
197 …if (type != PSE_LT_GPU && type != PSE_LT_CDR && type != PSE_LT_SPU && type != PSE_LT_PAD && type !…
H A DConfigurationController.m257 [graphicsPlugin setPluginsTo:[list pluginsForType:PSE_LT_GPU] withType: PSE_LT_GPU];
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsemu_plugin_defs.h15 #define PSE_LT_GPU 2 macro
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/include/
H A Dpsemu_plugin_defs.h15 #define PSE_LT_GPU 2 macro
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/include/
H A Dpsemu_plugin_defs.h15 #define PSE_LT_GPU 2 macro
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfDlg.c132 G_CALLBACK(on_configure_plugin), GINT_TO_POINTER(PSE_LT_GPU), NULL, G_CONNECT_AFTER); in ConfigurePlugins()
166 G_CALLBACK(on_about_plugin), GINT_TO_POINTER(PSE_LT_GPU), NULL, G_CONNECT_AFTER); in ConfigurePlugins()
414 case PSE_LT_GPU: in on_configure_plugin()
438 case PSE_LT_GPU: in on_about_plugin()
720 if (strstr(linkname, "gpu") != NULL) type = PSE_LT_GPU; in UpdatePluginsBIOS()
751 if (type & PSE_LT_GPU) in UpdatePluginsBIOS()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c211 if (type & PSE_LT_GPU) { in OnConfigurePluginsDialog()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfxvideo/
H A Dgpu.c238 return PSE_LT_GPU; in PSEgetLibType()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dgpu.c201 return PSE_LT_GPU; in PSEgetLibType()