fatal: update for new-ipc

This commit is contained in:
Michael Scire
2019-10-17 19:39:22 -07:00
committed by SciresM
parent 8d16d2152b
commit 799c158b86
9 changed files with 113 additions and 73 deletions

View File

@@ -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,