diff options
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{}; |