X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fpsemu_plugin_defs.h;h=fa626272aaa6ea098f149b5ef7b751e57a1bbbbe;hb=1f1128d05bddab7552b94a8963c050c75decc384;hp=9986654064fc34f626844b098ec63cf88a5fedb9;hpb=d71c709541218f67ab32229b03307b045a8ed6cb;p=pcsx_rearmed.git diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index 99866540..fa626272 100644 --- a/include/psemu_plugin_defs.h +++ b/include/psemu_plugin_defs.h @@ -5,6 +5,10 @@ extern "C" { #endif +// this can't be __stdcall like it was in PSEmu API as too many functions are mixed up +#undef CALLBACK +#define CALLBACK + // header version #define _PPDK_HEADER_VERSION 3