diff options
| author | 2023-03-11 22:10:38 -0500 | |
|---|---|---|
| committer | 2023-03-12 11:33:01 -0400 | |
| commit | 600f325d87e42f856da58c42a5280f098ebb6e8c (patch) | |
| tree | 75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /src/audio_core/renderer/system.h | |
| parent | general: use codespell to identify spelling mistakes (diff) | |
| download | yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.gz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.xz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.zip | |
general: fix spelling mistakes
Diffstat (limited to 'src/audio_core/renderer/system.h')
| -rw-r--r-- | src/audio_core/renderer/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_core/renderer/system.h b/src/audio_core/renderer/system.h index 429196e41..e328783b6 100644 --- a/src/audio_core/renderer/system.h +++ b/src/audio_core/renderer/system.h | |||
| @@ -154,7 +154,7 @@ public: | |||
| 154 | ExecutionMode GetExecutionMode() const; | 154 | ExecutionMode GetExecutionMode() const; |
| 155 | 155 | ||
| 156 | /** | 156 | /** |
| 157 | * Get the rendering deivce for this system. | 157 | * Get the rendering device for this system. |
| 158 | * This is unused. | 158 | * This is unused. |
| 159 | * | 159 | * |
| 160 | * @return Rendering device for this system. | 160 | * @return Rendering device for this system. |
| @@ -241,7 +241,7 @@ private: | |||
| 241 | std::span<u8> command_workbuffer{}; | 241 | std::span<u8> command_workbuffer{}; |
| 242 | /// Size of command workbuffer | 242 | /// Size of command workbuffer |
| 243 | u64 command_workbuffer_size{}; | 243 | u64 command_workbuffer_size{}; |
| 244 | /// Numebr of commands in the workbuffer | 244 | /// Number of commands in the workbuffer |
| 245 | u64 command_buffer_size{}; | 245 | u64 command_buffer_size{}; |
| 246 | /// Manager for upsamplers | 246 | /// Manager for upsamplers |
| 247 | UpsamplerManager* upsampler_manager{}; | 247 | UpsamplerManager* upsampler_manager{}; |