diff --git a/libctru/include/3ds/errf.h b/libctru/include/3ds/errf.h index f1acd92..24f240e 100644 --- a/libctru/include/3ds/errf.h +++ b/libctru/include/3ds/errf.h @@ -38,7 +38,6 @@ typedef struct { typedef struct { ERRF_ExceptionInfo excep; ///< Exception info struct CpuRegisters regs; ///< CPU register dump. - u8 pad[4]; } ERRF_ExceptionData; typedef struct {