mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 04:12:40 +00: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