From 70e9aee0fe043933ad7f86cb7a3484b6cb12dc4e Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 6 Mar 2022 14:04:15 +0100 Subject: [PATCH] Remove IOS_ERROR defines that conflict with wut --- include/iosuhax.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/iosuhax.h b/include/iosuhax.h index e55b17f..6ee6763 100644 --- a/include/iosuhax.h +++ b/include/iosuhax.h @@ -29,12 +29,6 @@ extern "C" { #endif -#define IOS_ERROR_UNKNOWN_VALUE 0xFFFFFFD6 -#define IOS_ERROR_INVALID_ARG 0xFFFFFFE3 -#define IOS_ERROR_INVALID_SIZE 0xFFFFFFE9 -#define IOS_ERROR_UNKNOWN 0xFFFFFFF7 -#define IOS_ERROR_NOEXISTS 0xFFFFFFFA - typedef struct { uint32_t flag; uint32_t permission;