aboutsummaryrefslogtreecommitdiffstats
path: root/community/libretro-mupen64plus/no-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libretro-mupen64plus/no-common.patch')
-rw-r--r--community/libretro-mupen64plus/no-common.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/libretro-mupen64plus/no-common.patch b/community/libretro-mupen64plus/no-common.patch
deleted file mode 100644
index 1d61eeb9ce8..00000000000
--- a/community/libretro-mupen64plus/no-common.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Fix build with -fno-common, enabled by default since GCC 10.
-
---- a/mupen64plus-core/src/device/r4300/idec.h
-+++ b/mupen64plus-core/src/device/r4300/idec.h
-@@ -82,6 +82,6 @@
-
- #define IDEC_U53(r4300, iw, u53, u5) (void*)(((char*)(r4300)) + idec_u53((iw), (u53), (u5)))
-
--const char* g_r4300_opcodes[R4300_OPCODES_COUNT];
-+extern const char* g_r4300_opcodes[R4300_OPCODES_COUNT];
-
- #endif
---- a/mupen64plus-core/src/main/workqueue.h
-+++ b/mupen64plus-core/src/main/workqueue.h
-@@ -27,7 +27,6 @@
-
- struct work_struct;
-
--struct work_struct *work;
- typedef void (*work_func_t)(struct work_struct *work);
- struct work_struct {
- work_func_t func;