mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-02-20 14:15:24 +01:00
emit_x64: Amend doxygen parameters for InvalidateCacheRange() (#116)
This commit is contained in:
parent
49b9a419de
commit
77fe2aeeaa
|
|
@ -58,8 +58,7 @@ public:
|
|||
|
||||
/**
|
||||
* Invalidate the cache at a range of addresses.
|
||||
* @param start_address The starting address of the range to invalidate.
|
||||
* @param length The length (in bytes) of the range to invalidate.
|
||||
* @param range The range of addresses to invalidate the cache at.
|
||||
*/
|
||||
void InvalidateCacheRange(const Common::AddressRange& range);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue