mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
change param name in source function
This commit is contained in:
parent
9ec69774c2
commit
e272de9a56
@ -637,7 +637,7 @@ Result setsysSetDeviceNickname(const SetSysDeviceNickName *nickname) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Result setsysGetProductModel(ProductModel *out) {
|
Result setsysGetProductModel(ProductModel *model) {
|
||||||
u32 product_model = 0;
|
u32 product_model = 0;
|
||||||
Result rc = _setCmdNoInOutU32(&g_setsysSrv, &product_model, 79);
|
Result rc = _setCmdNoInOutU32(&g_setsysSrv, &product_model, 79);
|
||||||
if (R_SUCCEEDED(rc) && out) *out = product_model;
|
if (R_SUCCEEDED(rc) && out) *out = product_model;
|
||||||
|
Loading…
Reference in New Issue
Block a user