mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 16:38:02 -05: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