From fe6fa760673520f354534cc6a6cc4918cc458f63 Mon Sep 17 00:00:00 2001 From: DH Date: Thu, 14 Nov 2024 00:32:28 +0300 Subject: [PATCH] gpu: add missed change --- rpcsx/gpu/Cache.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcsx/gpu/Cache.hpp b/rpcsx/gpu/Cache.hpp index aa7d2acd0..be9f15dc9 100644 --- a/rpcsx/gpu/Cache.hpp +++ b/rpcsx/gpu/Cache.hpp @@ -253,6 +253,8 @@ private: using Evaluator::eval; + shader::eval::Value eval(shader::ir::Value op) override; + void clear() { slotResources.clear(); userSgprs = {};