mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-20 04:12:14 -07:00
Remove OnCommandListEndCommand
Call rasterizer->ReleaseFences() directly
This commit is contained in:
@@ -99,7 +99,7 @@ struct GPU::Impl {
|
||||
|
||||
/// Signal the ending of command list.
|
||||
void OnCommandListEnd() {
|
||||
gpu_thread.OnCommandListEnd();
|
||||
rasterizer->ReleaseFences();
|
||||
}
|
||||
|
||||
/// Request a host GPU memory flush from the CPU.
|
||||
|
Reference in New Issue
Block a user