mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 09:07:52 -05:00
Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU
This commit is contained in:
@ -62,7 +62,7 @@ public:
|
||||
/// @brief Unmarks a memory region as cached and marks it for removal
|
||||
/// @param addr Start address of the CPU write operation
|
||||
/// @param size Number of bytes of the CPU write operation
|
||||
void OnCPUWrite(VAddr addr, size_t size);
|
||||
void OnCacheInvalidation(VAddr addr, size_t size);
|
||||
|
||||
/// @brief Flushes delayed removal operations
|
||||
void SyncGuestHost();
|
||||
|
Reference in New Issue
Block a user