Home
last modified time | relevance | path

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

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.h130 typedef long (CALLBACK* CDRtest)(void); typedef
161 extern CDRtest CDR_test;
H A Dplugins.c59 CDRtest CDR_test;
/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.h130 typedef long (CALLBACK* CDRtest)(void); typedef
161 extern CDRtest CDR_test;
H A Dplugins.c59 CDRtest CDR_test;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.h142 typedef long (CALLBACK* CDRtest)(void); typedef
173 extern CDRtest CDR_test;
H A Dplugins.c66 CDRtest CDR_test;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dplugin.c155 DUMMY_CDR(CDRtest),
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfcdrom/
H A Dcdr.c523 long CDRtest(void) { in CDRtest() function
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dplugin.c155 DUMMY_CDR(CDRtest),
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c470 TestPlugin(CDRtest, IDC_LISTCDR, "CDRtest"); in TestCDR()