mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-08 13:15:15 +01:00
- Simplify kernel/detect.h logic; introduce detectKernelVersion() - Use the detected kernel version during early startup as a first approximation of the current HOS version (which only goes up to 6.0.0) - Use set:sys (if available) during __appInit in order to refine it to the actual current HOS version |
||
|---|---|---|
| .. | ||
| barrier.c | ||
| condvar.c | ||
| detect.c | ||
| event.c | ||
| jit.c | ||
| mutex.c | ||
| random.c | ||
| rwlock.c | ||
| semaphore.c | ||
| shmem.c | ||
| svc.s | ||
| thread.c | ||
| tmem.c | ||
| uevent.c | ||
| utimer.c | ||
| virtmem.c | ||
| wait.c | ||
| wait.h | ||