From 485598ab79614620c807b5585518616b89672064 Mon Sep 17 00:00:00 2001 From: Gericom Date: Sun, 30 Nov 2025 13:03:13 +0100 Subject: [PATCH] Removed unused entrypoint_t typedef --- arm9/source/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/arm9/source/main.cpp b/arm9/source/main.cpp index 94e64f3..6511ce7 100644 --- a/arm9/source/main.cpp +++ b/arm9/source/main.cpp @@ -28,8 +28,6 @@ #include "LoaderInfo.h" #include "jumpToArm9EntryPoint.h" -typedef void (*entrypoint_t)(void); - #define HANDSHAKE_PART0 0xA #define HANDSHAKE_PART1 0xB #define HANDSHAKE_PART2 0xC