summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2022-11-27 00:58:06 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2023-01-01 22:43:57 +0100
commitcb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644 (patch)
tree46e00278c6265ed501488e7c6f02fc4c12a6af6c /src/video_core/engines/maxwell_3d.h
parentRevert Buffer cache changes and setup additional macros. (diff)
downloadyuzu-cb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644.tar
yuzu-cb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644.tar.gz
yuzu-cb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644.tar.bz2
yuzu-cb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644.tar.lz
yuzu-cb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644.tar.xz
yuzu-cb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644.tar.zst
yuzu-cb1497d0d7711a1c0e527aaa3e1dc3f95e5a6644.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index f0a379801..478ba4dc7 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -3123,6 +3123,8 @@ private:
void ProcessDirtyRegisters(u32 method, u32 argument);
+ void ConsumeSinkImpl() override;
+
void ProcessMethodCall(u32 method, u32 argument, u32 nonshadow_argument, bool is_last_call);
/// Retrieves information about a specific TIC entry from the TIC buffer.
@@ -3172,6 +3174,8 @@ private:
void RefreshParametersImpl();
+ bool IsMethodExecutable(u32 method);
+
Core::System& system;
MemoryManager& memory_manager;