From 2c32dfd552dbfa5c2293b00fa22c4a08dd8c4eaf Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Thu, 27 Feb 2025 23:04:59 +0100 Subject: [PATCH] RMG-Input: remove PluginConfig2HasRomConfig() --- Source/RMG-Input/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/RMG-Input/main.cpp b/Source/RMG-Input/main.cpp index d252c144..57ffbb1b 100644 --- a/Source/RMG-Input/main.cpp +++ b/Source/RMG-Input/main.cpp @@ -1139,11 +1139,6 @@ EXPORT m64p_error CALL PluginConfig2(void* parent, int romConfig, CoreRomHeader* return M64ERR_SUCCESS; } -EXPORT int CALL PluginConfig2HasRomConfig(void) -{ - return 1; -} - // // Input Plugin Functions //