diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-24 05:10:48 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-24 05:13:22 +0200 |
commit | 1d755abce43534aae22f1c8402c8476e2f1f8fec (patch) | |
tree | 7f83ccf765241740286ba49b6ed045070924b527 /src/core/tracer | |
parent | Merge pull request #790 from bunnei/shader-print-instr (diff) | |
download | yuzu-1d755abce43534aae22f1c8402c8476e2f1f8fec.tar yuzu-1d755abce43534aae22f1c8402c8476e2f1f8fec.tar.gz yuzu-1d755abce43534aae22f1c8402c8476e2f1f8fec.tar.bz2 yuzu-1d755abce43534aae22f1c8402c8476e2f1f8fec.tar.lz yuzu-1d755abce43534aae22f1c8402c8476e2f1f8fec.tar.xz yuzu-1d755abce43534aae22f1c8402c8476e2f1f8fec.tar.zst yuzu-1d755abce43534aae22f1c8402c8476e2f1f8fec.zip |
Diffstat (limited to 'src/core/tracer')
-rw-r--r-- | src/core/tracer/recorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/tracer/recorder.h b/src/core/tracer/recorder.h index 629c2f6d2..e1cefd5fe 100644 --- a/src/core/tracer/recorder.h +++ b/src/core/tracer/recorder.h @@ -32,7 +32,7 @@ public: * Recorder constructor * @param initial_state Initial recorder state */ - Recorder(const InitialState& initial_state); + explicit Recorder(const InitialState& initial_state); /// Finish recording of this Citrace and save it using the given filename. void Finish(const std::string& filename); |