mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-11 07:05:45 +00:00
svc: Implement GetSystemTick.
This commit is contained in:
@@ -148,6 +148,14 @@ void SvcWrap() {
|
||||
FuncReturn(func());
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Function wrappers that return type u64
|
||||
|
||||
template <u64 func()>
|
||||
void SvcWrap() {
|
||||
FuncReturn(func());
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// Function wrappers that return type void
|
||||
|
||||
|
||||
Reference in New Issue
Block a user