Browse Source
games/mupen64plus: Updated for version 2.5.9.
games/mupen64plus: Updated for version 2.5.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>pull/182/head
committed by
Robby Workman
6 changed files with 82 additions and 38 deletions
-
7games/mupen64plus/README
-
3games/mupen64plus/doinst.sh
-
11games/mupen64plus/fix_multiple_definition_errors.patch
-
24games/mupen64plus/mupen64plus-core-2.5.9-fix-gcc10-fno-common.patch
-
69games/mupen64plus/mupen64plus.SlackBuild
-
6games/mupen64plus/mupen64plus.info
@ -0,0 +1,3 @@ |
|||
if [ -x /usr/bin/update-desktop-database ]; then |
|||
/usr/bin/update-desktop-database -q usr/share/applications 2>/dev/null |
|||
fi |
|||
@ -1,11 +0,0 @@ |
|||
diff -Naur mupen64plus-bundle-src-2.5.orig/source/mupen64plus-core/src/main/workqueue.h mupen64plus-bundle-src-2.5/source/mupen64plus-core/src/main/workqueue.h
|
|||
--- mupen64plus-bundle-src-2.5.orig/source/mupen64plus-core/src/main/workqueue.h 2015-04-27 00:42:49.000000000 +0200
|
|||
+++ mupen64plus-bundle-src-2.5/source/mupen64plus-core/src/main/workqueue.h 2020-05-08 19:04:37.956818550 +0200
|
|||
@@ -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; |
|||
@ -0,0 +1,24 @@ |
|||
diff -up mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/main/workqueue.h.orig mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/main/workqueue.h
|
|||
--- mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/main/workqueue.h.orig 2021-07-28 23:12:42.573699463 -0500
|
|||
+++ mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/main/workqueue.h 2021-07-28 23:13:30.238695477 -0500
|
|||
@@ -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; |
|||
|
|||
diff -up mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/device/r4300/idec.h.orig mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/device/r4300/idec.h
|
|||
--- mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/device/r4300/idec.h.orig 2021-07-28 23:11:03.427914223 -0500
|
|||
+++ mupen64plus-bundle-src-2.5.9/source/mupen64plus-core/src/device/r4300/idec.h 2021-07-28 23:12:13.275701913 -0500
|
|||
@@ -82,6 +82,6 @@ size_t idec_u53(uint32_t iw, uint8_t u53
|
|||
|
|||
#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 |
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue