From: Steven Smith Date: Mon, 13 Apr 2015 19:50:02 +0000 (-0700) Subject: Remove MEMOP_FREE_LINEAR X-Git-Tag: v0.6.0~68^2^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=3adff173cd2325e3aab22e3c0dcddec7f26ec1ca;p=corbenik%2Fctrulib.git Remove MEMOP_FREE_LINEAR --- 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;