From e6794469948e0bdae64d683b1399f2d97c7bde0b Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 17 Oct 2019 19:39:22 -0700 Subject: [PATCH] fatal: update for new-ipc --- include/stratosphere/fatal/fatal_types.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/stratosphere/fatal/fatal_types.hpp b/include/stratosphere/fatal/fatal_types.hpp index b0fe391d..2a6b19a5 100644 --- a/include/stratosphere/fatal/fatal_types.hpp +++ b/include/stratosphere/fatal/fatal_types.hpp @@ -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,