mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Implement BLR Overflow handling for Windows.
This commit is contained in:
@ -31,6 +31,7 @@ namespace JitInterface
|
||||
|
||||
// Memory Utilities
|
||||
bool HandleFault(uintptr_t access_address, SContext* ctx);
|
||||
bool HandleStackFault();
|
||||
|
||||
// Clearing CodeCache
|
||||
void ClearCache();
|
||||
|
Reference in New Issue
Block a user