mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-25 04:32:38 +02:00
fatal: update for new-ipc
This commit is contained in:
parent
25ed190f4e
commit
e679446994
@ -19,6 +19,7 @@
|
||||
#include "../defines.hpp"
|
||||
#include "../results.hpp"
|
||||
#include "../ncm/ncm_types.hpp"
|
||||
#include "../sf/sf_buffer_tags.hpp"
|
||||
|
||||
namespace sts::fatal {
|
||||
|
||||
@ -293,7 +294,7 @@ namespace sts::fatal {
|
||||
|
||||
}
|
||||
|
||||
struct CpuContext {
|
||||
struct CpuContext : sf::LargeData, sf::PrefersMapAliasTransferMode {
|
||||
enum Architecture {
|
||||
Architecture_Aarch64 = 0,
|
||||
Architecture_Aarch32 = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user