From fb37d5f0e725030f2155e88f0574738956c01a60 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:37:36 +0200 Subject: [PATCH] reduce context size --- Source/hoc-clk/common/include/hocclk/clock_manager.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/hoc-clk/common/include/hocclk/clock_manager.h b/Source/hoc-clk/common/include/hocclk/clock_manager.h index 618abcf9..fe43cd56 100644 --- a/Source/hoc-clk/common/include/hocclk/clock_manager.h +++ b/Source/hoc-clk/common/include/hocclk/clock_manager.h @@ -12,9 +12,9 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * + * */ - + /* -------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * , , @@ -58,9 +58,9 @@ typedef struct // FPS / Resolution u8 fps; u16 resolutionHeight; - + // Reserved for future use - u8 reserved[0xF28]; + u8 reserved[0x428]; } HocClkContext; typedef struct @@ -75,4 +75,4 @@ typedef struct #define GLOBAL_PROFILE_ID 0xA111111111111111 -static_assert(sizeof(HocClkContext) == 0x1000); \ No newline at end of file +static_assert(sizeof(HocClkContext) == 0x500); \ No newline at end of file