X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Flightrec%2Fplugin.h;h=a228a6f080291517c1d87e649a9c37af00cebc48;hb=99104c0456c7c923f40a474c1cbefb89a092b966;hp=1846c81aeb5e8447aaac0fad5b54e2047ca1f308;hpb=d0abba5d3a7198788b42ff943894a0ac8f17d931;p=pcsx_rearmed.git diff --git a/libpcsxcore/lightrec/plugin.h b/libpcsxcore/lightrec/plugin.h index 1846c81a..a228a6f0 100644 --- a/libpcsxcore/lightrec/plugin.h +++ b/libpcsxcore/lightrec/plugin.h @@ -9,14 +9,10 @@ #ifdef LIGHTREC #define drc_is_lightrec() 1 -void lightrec_plugin_sync_regs_to_pcsx(void); -void lightrec_plugin_sync_regs_from_pcsx(void); #else /* if !LIGHTREC */ #define drc_is_lightrec() 0 -#define lightrec_plugin_sync_regs_to_pcsx() -#define lightrec_plugin_sync_regs_from_pcsx() #endif