Home
last modified time | relevance | path

Searched refs:NETqueryPlayer (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.h282 typedef long (CALLBACK* NETqueryPlayer)(void); typedef
318 extern NETqueryPlayer NET_queryPlayer;
H A Dplugins.c133 NETqueryPlayer NET_queryPlayer;
/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.h282 typedef long (CALLBACK* NETqueryPlayer)(void); typedef
318 extern NETqueryPlayer NET_queryPlayer;
H A Dplugins.c133 NETqueryPlayer NET_queryPlayer;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.h297 typedef long (CALLBACK* NETqueryPlayer)(void); typedef
333 extern NETqueryPlayer NET_queryPlayer;
H A Dplugins.c143 NETqueryPlayer NET_queryPlayer;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfnet/
H A Ddfnet.c268 long CALLBACK NETqueryPlayer() { in NETqueryPlayer() function