mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 00:08:50 -05: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