Browse Source

oversight

pull/3035/head
lizzie 1 month ago
parent
commit
aebc4d9a24
  1. 2
      src/core/hle/service/pctl/parental_control_service.cpp

2
src/core/hle/service/pctl/parental_control_service.cpp

@ -413,7 +413,7 @@ Result IParentalControlService::GetPlayTimerSettings(Out<PlayTimerSettings> out_
Result IParentalControlService::SetPlayTimerSettings(PlayTimerSettings play_timer_settings) {
LOG_WARNING(Service_PCTL, "(STUBBED) called");
play_timer_settings = play_timer_settings;
raw_play_timer_settings = play_timer_settings;
R_SUCCEED();
}

Loading…
Cancel
Save