coreinit: add stopwatch.h and stopwatchatomic.h (#370)

* coreinit: add stopwatch.h and stopwatchatomic.h

* Formatting

* correct function name
This commit is contained in:
capitalistspz
2024-06-08 19:19:28 +01:00
committed by GitHub
parent ef057f145b
commit 1da14020ee
3 changed files with 160 additions and 0 deletions

View File

@@ -51,6 +51,8 @@
#include <coreinit/semaphore.h>
#include <coreinit/smd.h>
#include <coreinit/spinlock.h>
#include <coreinit/stopwatch.h>
#include <coreinit/stopwatchatomic.h>
#include <coreinit/systeminfo.h>
#include <coreinit/taskqueue.h>
#include <coreinit/thread.h>