From 8bb70f04dd36078fca39d1cdac4f3b9ea1b224b2 Mon Sep 17 00:00:00 2001 From: Samantha Wright Date: Wed, 26 Feb 2025 12:17:56 -0800 Subject: [PATCH] assigned slots 112-120 to sticky notes and 246-248 to perfmon --- ARES/api/interface.consts.h.lsl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ARES/api/interface.consts.h.lsl b/ARES/api/interface.consts.h.lsl index 86a26eb..8951426 100644 --- a/ARES/api/interface.consts.h.lsl +++ b/ARES/api/interface.consts.h.lsl @@ -128,7 +128,7 @@ // 112-126: apps & stuff -// 112-120: unused +// 112-120: sticky notes #define LL_TARGET_LOCK 121 #define LL_NAV_DEST 122 @@ -201,7 +201,11 @@ activate with: #define CONFIG_CONTROLS 208 -// 209-248: available +// 209-245: available + +#define PERFMON_EVENTS 246 +#define PERFMON_CPU 247 +#define PERFMON_DRAW 248 // 13-14, 86, and 249-250: mouselook combat stuff #define INTEGRITY 249