diff options
author | Liam <byteslice@airmail.cc> | 2022-12-10 19:05:15 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-12-10 19:05:15 +0100 |
commit | e532b74e11be8dc5355e6b6abc59e9c4ef9b773c (patch) | |
tree | 7952a0c301d9bcf0cc30c94e52aa5581f9d730b1 /src | |
parent | Merge pull request #9412 from Saalvage/fix/trace-log-compilation (diff) | |
download | yuzu-e532b74e11be8dc5355e6b6abc59e9c4ef9b773c.tar yuzu-e532b74e11be8dc5355e6b6abc59e9c4ef9b773c.tar.gz yuzu-e532b74e11be8dc5355e6b6abc59e9c4ef9b773c.tar.bz2 yuzu-e532b74e11be8dc5355e6b6abc59e9c4ef9b773c.tar.lz yuzu-e532b74e11be8dc5355e6b6abc59e9c4ef9b773c.tar.xz yuzu-e532b74e11be8dc5355e6b6abc59e9c4ef9b773c.tar.zst yuzu-e532b74e11be8dc5355e6b6abc59e9c4ef9b773c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio_core/renderer/performance/detail_aspect.h | 1 | ||||
-rw-r--r-- | src/audio_core/renderer/performance/entry_aspect.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_core/renderer/performance/detail_aspect.h b/src/audio_core/renderer/performance/detail_aspect.h index ee4ac2f76..736c331b9 100644 --- a/src/audio_core/renderer/performance/detail_aspect.h +++ b/src/audio_core/renderer/performance/detail_aspect.h @@ -16,7 +16,6 @@ class CommandGenerator; */ class DetailAspect { public: - DetailAspect() = default; DetailAspect(CommandGenerator& command_generator, PerformanceEntryType entry_type, s32 node_id, PerformanceDetailType detail_type); diff --git a/src/audio_core/renderer/performance/entry_aspect.h b/src/audio_core/renderer/performance/entry_aspect.h index 01c1eb3f1..14c9e3baf 100644 --- a/src/audio_core/renderer/performance/entry_aspect.h +++ b/src/audio_core/renderer/performance/entry_aspect.h @@ -16,7 +16,6 @@ class CommandGenerator; */ class EntryAspect { public: - EntryAspect() = default; EntryAspect(CommandGenerator& command_generator, PerformanceEntryType type, s32 node_id); /// Command generator the command will be generated into |