From c0a1c05db74c87c8f77d7d9b120d7c2bfa5c138b Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Fri, 18 Sep 2020 16:18:39 -0600 Subject: [PATCH] Revert be33129c085b7fe8f175c08e42e5bd68c75f420a: the fix is already in there. --- OdysseyGameCore.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/OdysseyGameCore.m b/OdysseyGameCore.m index eb24ed5..9a0619f 100644 --- a/OdysseyGameCore.m +++ b/OdysseyGameCore.m @@ -67,8 +67,6 @@ int joystick_data[2][5]={{0,0,0,0,0},{0,0,0,0,0}}; void update_joy(void){ } -extern void retro_destroybmp(void); - int contax, o2flag, g74flag, c52flag, jopflag, helpflag; unsigned long crcx = ~0;