There was an error while loading. Please reload this page.
1 parent d927ebb commit 99a0da2Copy full SHA for 99a0da2
โREADME.mdโ
@@ -19,7 +19,6 @@
19
* [ๆป็ CPU ๅ ็จ็](#ๆป็-cpu-ๅ ็จ็)
20
* [CPU ้ข็](#cpu-้ข็)
21
* [CPU Type](#cpu-type)
22
-* [CPU Subtype](#cpu-subtype)
23
* [Memory](#memory)
24
* [App ไฝฟ็จ็ๅ ๅญ](#app-ไฝฟ็จ็ๅ ๅญ)
25
* [่ฎพๅคไฝฟ็จ็ๅ ๅญ](#่ฎพๅคไฝฟ็จ็ๅ ๅญ)
@@ -374,8 +373,6 @@ static inline uint64_t WDTGetSysCtl64BySpecifier(char* specifier) {
374
373
}
375
```
376
377
-### CPU Subtype
378
-
379
``` objective-c
380
+ (NSInteger)cpuSubtype {
381
return (NSInteger)NXGetLocalArchInfo()->cpusubtype;
0 commit comments