diff --git a/src/core/hle/service/pctl/parental_control_service.cpp b/src/core/hle/service/pctl/parental_control_service.cpp index 4fdb9ba18d..798d06a42c 100644 --- a/src/core/hle/service/pctl/parental_control_service.cpp +++ b/src/core/hle/service/pctl/parental_control_service.cpp @@ -413,7 +413,7 @@ Result IParentalControlService::GetPlayTimerSettings(Out 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(); }