mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 01:12:24 -07:00
FenceManager: Manage syncpoints and rename fences to semaphores.
This commit is contained in:
@@ -229,6 +229,13 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
bool HasUncommitedFlushes() {
|
||||
if (uncommited_flushes) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void PopAsyncFlushes() {
|
||||
if (commited_flushes.empty()) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user