Skip to content

Commit

Permalink
svc: add new info type
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Oct 9, 2024
1 parent a09c834 commit 99a3b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nx/include/switch/kernel/svc.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ typedef enum {
InfoType_IoRegionHint = 27, ///< [16.0.0+] Low bits of the physical address for a KIoRegion.
InfoType_AliasRegionExtraSize = 28, ///< [18.0.0+] Extra size added to the reserved region.

InfoType_TransferMemoryHint = 34, ///< [19.0.0+] Low bits of the process address for a KTransferMemory.

InfoType_ThreadTickCountDeprecated = 0xF0000002, ///< [1.0.0-12.1.0] Number of ticks spent on thread.
} InfoType;

Expand Down

0 comments on commit 99a3b90

Please sign in to comment.