mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 06:07:58 -05:00
ARM: add ClearInstructionCache function
This commit is contained in:
@ -32,6 +32,9 @@ public:
|
||||
Run(1);
|
||||
}
|
||||
|
||||
/// Clear all instruction cache
|
||||
virtual void ClearInstructionCache() = 0;
|
||||
|
||||
/**
|
||||
* Set the Program Counter to an address
|
||||
* @param addr Address to set PC to
|
||||
|
Reference in New Issue
Block a user