summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.h
diff options
context:
space:
mode:
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: