mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
kern: add InfoType_TransferMemoryHint
This commit is contained in:
parent
77d17dc4ff
commit
5de551db29
3 changed files with 31 additions and 0 deletions
|
@ -191,6 +191,8 @@ namespace ams::svc {
|
|||
InfoType_IsSvcPermitted = 26,
|
||||
InfoType_IoRegionHint = 27,
|
||||
InfoType_AliasRegionExtraSize = 28,
|
||||
/* ... */
|
||||
InfoType_TransferMemoryHint = 34,
|
||||
|
||||
InfoType_MesosphereMeta = 65000,
|
||||
InfoType_MesosphereCurrentProcess = 65001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue