mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 04:02:40 +00: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