Просмотр исходного кода

Merge pull request #2437 from lioncash/audctl

service/audctl: Update documentation comments to be relative to 8.0.0
bunnei 7 лет назад
Родитель
Сommit
7cb17834c7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/core/hle/service/audio/audctl.cpp

+ 2 - 2
src/core/hle/service/audio/audctl.cpp

@@ -50,7 +50,7 @@ void AudCtl::GetTargetVolumeMin(Kernel::HLERequestContext& ctx) {
     LOG_DEBUG(Audio, "called.");
     LOG_DEBUG(Audio, "called.");
 
 
     // This service function is currently hardcoded on the
     // This service function is currently hardcoded on the
-    // actual console to this value (as of 6.0.0).
+    // actual console to this value (as of 8.0.0).
     constexpr s32 target_min_volume = 0;
     constexpr s32 target_min_volume = 0;
 
 
     IPC::ResponseBuilder rb{ctx, 3};
     IPC::ResponseBuilder rb{ctx, 3};
@@ -62,7 +62,7 @@ void AudCtl::GetTargetVolumeMax(Kernel::HLERequestContext& ctx) {
     LOG_DEBUG(Audio, "called.");
     LOG_DEBUG(Audio, "called.");
 
 
     // This service function is currently hardcoded on the
     // This service function is currently hardcoded on the
-    // actual console to this value (as of 6.0.0).
+    // actual console to this value (as of 8.0.0).
     constexpr s32 target_max_volume = 15;
     constexpr s32 target_max_volume = 15;
 
 
     IPC::ResponseBuilder rb{ctx, 3};
     IPC::ResponseBuilder rb{ctx, 3};