mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 14:58:22 -04:00
sm: reimplement using tipc instead of cmif (probably broken, untested)
This commit is contained in:
parent
58776f5ba8
commit
57c8bc432d
27 changed files with 904 additions and 735 deletions
|
@ -19,7 +19,8 @@
|
|||
namespace ams::settings::impl {
|
||||
|
||||
Result GetProductModel(s32 *out) {
|
||||
return ::setsysGetProductModel(out);
|
||||
static_assert(sizeof(*out) == sizeof(::SetSysProductModel));
|
||||
return ::setsysGetProductModel(reinterpret_cast<::SetSysProductModel *>(out));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue