Removed leftover function declarations

This commit is contained in:
York Jasper Niebuhr 2026-04-08 00:08:27 +02:00
parent 640cf0d401
commit fc40f620fb

View File

@ -6,8 +6,6 @@
#define SPSLR_SANITY_CHECK #define SPSLR_SANITY_CHECK
static void spslr_selfpatch_load_targets(void);
static void spslr_selfpatch_randomize_targets(void);
static void spslr_selfpatch_patch_dpins(void); static void spslr_selfpatch_patch_dpins(void);
static void spslr_selfpatch_patch_dpin(void* addr, spslr_u32 target); static void spslr_selfpatch_patch_dpin(void* addr, spslr_u32 target);
static void spslr_selfpatch_patch_ipins(void); static void spslr_selfpatch_patch_ipins(void);