|
|
|
@ -1159,7 +1159,7 @@ Result ISystemSettingsServer::SetDeviceNickName( |
|
|
|
Result ISystemSettingsServer::GetProductModel(Out<u32> out_product_model) { |
|
|
|
// Most certainly should be 1 -- definitely should not be 2, but it's worth tinkering with anyways
|
|
|
|
auto const product_model = ::Settings::values.product_model.GetValue(); |
|
|
|
LOG_WARNING(Service_SET, "(STUBBED) called, product_model={}", product_model); |
|
|
|
LOG_INFO(Service_SET, "called, product_model={}", product_model); |
|
|
|
*out_product_model = product_model; |
|
|
|
R_SUCCEED(); |
|
|
|
} |
|
|
|
|