Home
last modified time | relevance | path

Searched refs:SIO1configure (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/bladesio1/
H A Dbladesio1.def10 SIO1configure @5
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.h332 typedef long (CALLBACK* SIO1configure)(void); typedef
368 extern SIO1configure SIO1_configure;
H A Dplugins.c148 SIO1configure SIO1_configure;
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dplugins.h332 typedef long (CALLBACK* SIO1configure)(void); typedef
368 extern SIO1configure SIO1_configure;
H A Dplugins.c148 SIO1configure SIO1_configure;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.h347 typedef long (CALLBACK* SIO1configure)(void); typedef
384 extern SIO1configure SIO1_configure;
H A Dplugins.c158 SIO1configure SIO1_configure;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/nullsio1/
H A Dsio1.c286 void CALLBACK SIO1configure() { in SIO1configure() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DConfDlg.c305 SIO1configure conf; in OnConf_Sio1()
314 conf = (SIO1configure)SysLoadSym(drv, "SIO1configure"); in OnConf_Sio1()
425 ConfPlugin(SIO1configure, Sio1ConfS, Config.Sio1, "SIO1configure", ConfDlg); in on_configure_plugin()
449 ConfPlugin(SIO1configure, Sio1ConfS, Config.Sio1, "SIO1about", ConfDlg); in on_about_plugin()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/bladesio1/
H A Dsio1.c596 void CALLBACK SIO1configure() { in SIO1configure() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c406 ConfPlugin(SIO1configure, IDC_LISTSIO1, "SIO1configure"); in ConfigureSIO1()