overwrite dynarec related code with upstream version
[pcsx_rearmed.git] / libpcsxcore / plugins.c
index 34f2481..8538064 100644 (file)
@@ -777,9 +777,7 @@ unsigned char _PADpoll(int port, unsigned char value) {
 
        //if no new request the pad return 0xff, for signaling connected
        if (reqPos >= respSize
-#ifdef ICACHE_EMULATION
         && writeok
-#endif
         ) return 0xff;
 
        switch(reqPos){