mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 02:07:53 -05:00
NVDRV: Further refactors and eliminate old code.
This commit is contained in:
@ -458,10 +458,6 @@ void RasterizerVulkan::SignalSemaphore(GPUVAddr addr, u32 value) {
|
||||
}
|
||||
|
||||
void RasterizerVulkan::SignalSyncPoint(u32 value) {
|
||||
if (!gpu.IsAsync()) {
|
||||
gpu.IncrementSyncPoint(value);
|
||||
return;
|
||||
}
|
||||
fence_manager.SignalSyncPoint(value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user