gpu_unai: fix clear masking
[pcsx_rearmed.git] / libpcsxcore / lightrec / plugin.h
index 1846c81..a228a6f 100644 (file)
@@ -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