diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index 0a26650db5..b57f68125f 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp @@ -241,7 +241,7 @@ void GPU::CallPullerMethod(const MethodCall& method_call) { } default: LOG_ERROR(HW_GPU, "Special puller engine method {:X} not implemented", - static_cast(method)); + static_cast(method)); break; } } diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 34d5d46fdc..863351111d 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -205,8 +205,6 @@ private: bool acquire_source; } pullerState{}; - - void ProcessBindMethod(const MethodCall& method_call); void ProcessSemaphoreTriggerMethod(); void ProcessSemaphoreRelease();