mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 14:42:24 -07:00
ARM_Interface: Implement PageTableChanged
This commit is contained in:
@@ -41,6 +41,9 @@ public:
|
||||
/// Clear all instruction cache
|
||||
virtual void ClearInstructionCache() = 0;
|
||||
|
||||
/// Notify CPU emulation that page tables have changed
|
||||
virtual void PageTableChanged() = 0;
|
||||
|
||||
/**
|
||||
* Set the Program Counter to an address
|
||||
* @param addr Address to set PC to
|
||||
|
Reference in New Issue
Block a user