mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
thermosphere: fix ptimer time freezing (again)
This commit is contained in:
parent
68a1ce6dd2
commit
dd96c8b32b
5 changed files with 64 additions and 42 deletions
|
@ -17,6 +17,7 @@
|
|||
#pragma once
|
||||
#include <assert.h>
|
||||
#include "utils.h"
|
||||
#include "core_ctx.h"
|
||||
|
||||
typedef struct ExceptionStackFrame {
|
||||
u64 x[31]; // x0 .. x30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue