diff options
author | wwylele <wwylele@gmail.com> | 2016-06-27 20:38:49 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-08-27 15:38:06 +0200 |
commit | 2161f52661f9866161165db480594672307940ad (patch) | |
tree | 5a8bb26803b0b521e9d1dcb8570210d8d5b393a8 /src/core/arm/arm_interface.h | |
parent | Memory: add ReadCString function (diff) | |
download | yuzu-2161f52661f9866161165db480594672307940ad.tar yuzu-2161f52661f9866161165db480594672307940ad.tar.gz yuzu-2161f52661f9866161165db480594672307940ad.tar.bz2 yuzu-2161f52661f9866161165db480594672307940ad.tar.lz yuzu-2161f52661f9866161165db480594672307940ad.tar.xz yuzu-2161f52661f9866161165db480594672307940ad.tar.zst yuzu-2161f52661f9866161165db480594672307940ad.zip |
Diffstat (limited to 'src/core/arm/arm_interface.h')
-rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index d8abe5aeb..de5e9c8fa 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -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 |