CPU/CodeCache: Add InvalidateAll() method
This commit is contained in:
@ -140,6 +140,9 @@ void Reinitialize();
|
||||
/// Invalidates all blocks which are in the range of the specified code page.
|
||||
void InvalidateBlocksWithPageIndex(u32 page_index);
|
||||
|
||||
/// Invalidates all blocks in the cache.
|
||||
void InvalidateAll();
|
||||
|
||||
template<PGXPMode pgxp_mode>
|
||||
void InterpretCachedBlock(const CodeBlock& block);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user