up sh4 context pad to 64k to keep windows happy

This commit is contained in:
flyinghead 2021-03-29 21:12:43 +02:00
parent a5eecf59b3
commit a8929170f3
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ typedef void DYNACALL sqw_fp(u32 dst, const SQBuffer *sqb);
// want to be an i8r4 value that can be substracted in one op (such as 0x4100000)
#define FPCB_PAD 0x100000
#else
#define FPCB_PAD PAGE_SIZE
#define FPCB_PAD 0x10000
#endif
struct alignas(PAGE_SIZE) Sh4RCB
{