summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-06-24 04:18:33 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-06-24 04:18:33 +0200
commitf5e2aec4220ee2b72ec2986e0e60625897b2fd44 (patch)
treeaa80b16cd1b4d5937dc51f39a7d0b5908232eba1 /src/video_core/macro/macro_hle.h
parentclear mme draw mode (diff)
downloadyuzu-f5e2aec4220ee2b72ec2986e0e60625897b2fd44.tar
yuzu-f5e2aec4220ee2b72ec2986e0e60625897b2fd44.tar.gz
yuzu-f5e2aec4220ee2b72ec2986e0e60625897b2fd44.tar.bz2
yuzu-f5e2aec4220ee2b72ec2986e0e60625897b2fd44.tar.lz
yuzu-f5e2aec4220ee2b72ec2986e0e60625897b2fd44.tar.xz
yuzu-f5e2aec4220ee2b72ec2986e0e60625897b2fd44.tar.zst
yuzu-f5e2aec4220ee2b72ec2986e0e60625897b2fd44.zip
Diffstat (limited to 'src/video_core/macro/macro_hle.h')
-rw-r--r--src/video_core/macro/macro_hle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/macro/macro_hle.h b/src/video_core/macro/macro_hle.h
index 7cd492a8f..37af875a0 100644
--- a/src/video_core/macro/macro_hle.h
+++ b/src/video_core/macro/macro_hle.h
@@ -22,6 +22,7 @@ class HLEMacro {
public:
explicit HLEMacro(Engines::Maxwell3D& maxwell3d);
~HLEMacro();
+
std::optional<std::unique_ptr<CachedMacro>> GetHLEProgram(u64 hash) const;
private: