From 3adff173cd2325e3aab22e3c0dcddec7f26ec1ca Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 13 Apr 2015 12:50:02 -0700 Subject: [PATCH] Remove MEMOP_FREE_LINEAR --- libctru/include/3ds/svc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libctru/include/3ds/svc.h b/libctru/include/3ds/svc.h index 11a934e..938283f 100644 --- a/libctru/include/3ds/svc.h +++ b/libctru/include/3ds/svc.h @@ -11,7 +11,6 @@ typedef enum { MEMOP_UNMAP=5, // Mirror unmapping MEMOP_PROT =6, // Change protection - MEMOP_FREE_LINEAR =0x10001, // Free linear heap MEMOP_ALLOC_LINEAR=0x10003 // Allocate linear heap } MemOp;