Revert "x87: Fix Final Reality discolored screen for all dynarecs"

This reverts commit 03dd94f361.
This commit is contained in:
Cacodemon345
2025-02-28 16:51:33 +06:00
parent 0bb89be0ad
commit 6bb2b447fd
5 changed files with 0 additions and 75 deletions

View File

@@ -829,12 +829,6 @@ extern uint16_t prefetch_queue_get_ip(void);
extern int prefetch_queue_get_prefetching(void);
extern int prefetch_queue_get_size(void);
#ifdef USE_NEW_DYNAREC
extern void x87_to_mmxreg(uint16_t reg);
#else
extern void x87_to_mmxreg(void);
#endif
#define prefetch_queue_set_suspended(s) prefetch_queue_set_prefetching(!s)
#define prefetch_queue_get_suspended !prefetch_queue_get_prefetching