summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-06-05 05:09:52 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-06-24 04:09:03 +0200
commitfabdf5d3850c078d173653f259845c26a2ce6e7d (patch)
tree151a9eeefd518722f45cbe6446f1928ebf26bddb /src/video_core/macro/macro.h
parentFix constbuffer for 0217920100488FF7 (diff)
downloadyuzu-fabdf5d3850c078d173653f259845c26a2ce6e7d.tar
yuzu-fabdf5d3850c078d173653f259845c26a2ce6e7d.tar.gz
yuzu-fabdf5d3850c078d173653f259845c26a2ce6e7d.tar.bz2
yuzu-fabdf5d3850c078d173653f259845c26a2ce6e7d.tar.lz
yuzu-fabdf5d3850c078d173653f259845c26a2ce6e7d.tar.xz
yuzu-fabdf5d3850c078d173653f259845c26a2ce6e7d.tar.zst
yuzu-fabdf5d3850c078d173653f259845c26a2ce6e7d.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/macro/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/macro/macro.h b/src/video_core/macro/macro.h
index 5fa8023af..4d00b84b0 100644
--- a/src/video_core/macro/macro.h
+++ b/src/video_core/macro/macro.h
@@ -111,7 +111,7 @@ public:
class MacroEngine {
public:
- MacroEngine(Engines::Maxwell3D& maxwell3d);
+ explicit MacroEngine(Engines::Maxwell3D& maxwell3d);
virtual ~MacroEngine();
// Store the uploaded macro code to compile them when they're called.