mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 23:28:07 -05:00
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
This commit is contained in:
@ -23,6 +23,7 @@ struct PageInfo {
|
||||
/// Values accepted by svcGetInfo
|
||||
enum class GetInfoType : u64 {
|
||||
// 1.0.0+
|
||||
AllowedCpuIdBitmask = 0,
|
||||
TotalMemoryUsage = 6,
|
||||
TotalHeapUsage = 7,
|
||||
RandomEntropy = 11,
|
||||
|
Reference in New Issue
Block a user