mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 02:47:56 -05:00
Address feedback, add CR notice, etc
This commit is contained in:
@ -55,7 +55,12 @@ public:
|
||||
|
||||
// Unlike other fences, this one doesn't
|
||||
void SignalOrdering() {
|
||||
std::function<void()> do_nothing([]{});
|
||||
std::scoped_lock lock{buffer_cache.mutex};
|
||||
buffer_cache.AccumulateFlushes();
|
||||
}
|
||||
|
||||
void SignalReference() {
|
||||
std::function<void()> do_nothing([] {});
|
||||
SignalFence(std::move(do_nothing));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user