diff options
| author | 1024x2 | 2025-02-05 00:08:01 +0000 | 
|---|---|---|
| committer | 1024x2 | 2025-02-05 00:08:01 +0000 | 
| commit | 34f3122f043928086beccc1ccc12059ce4530e2a (patch) | |
| tree | 4257a0a7c3bbbf632a615a4a5b8e753b1609285f /games-emulation/simple64-gui | |
| parent | f3a53d36915a9b7f33ff19a089fbfa6813bd43fd (diff) | |
games-emulation/simple64-gui: fix build
Diffstat (limited to 'games-emulation/simple64-gui')
| -rw-r--r-- | games-emulation/simple64-gui/files/fix-paths.patch | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/games-emulation/simple64-gui/files/fix-paths.patch b/games-emulation/simple64-gui/files/fix-paths.patch index e153eb6..f282667 100644 --- a/games-emulation/simple64-gui/files/fix-paths.patch +++ b/games-emulation/simple64-gui/files/fix-paths.patch @@ -1,22 +1,23 @@  diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4f967af..bb8833b 100644 +index 39bc5e9..4c0b672 100644  --- a/CMakeLists.txt  +++ b/CMakeLists.txt -@@ -11,6 +11,12 @@ endif() - include_directories(../mupen64plus-core/src/api) +@@ -12,6 +12,13 @@ include_directories(../mupen64plus-core/src/api) +  + add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x0602ff -DNETPLAY_VER=17) - add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x0602ff -DNETPLAY_VER=16)  +if(DEFINED PLUGIN_DIR_PATH)  +    add_definitions(-DPLUGIN_DIR_PATH="${PLUGIN_DIR_PATH}")  +endif()  +if(DEFINED CORE_LIBRARY_PATH)  +    add_definitions(-DCORE_LIBRARY_PATH="${CORE_LIBRARY_PATH}")  +endif() -  ++   if(DEFINED ENV{NETPLAY_AUTH_CODE})     add_definitions(-DNETPLAY_AUTH_CODE="$ENV{NETPLAY_AUTH_CODE}") + else()  diff --git a/cheats.cpp b/cheats.cpp -index 84bac85..475b7a2 100644 +index 600efdd..83efb0a 100644  --- a/cheats.cpp  +++ b/cheats.cpp  @@ -229,7 +229,7 @@ QString getCheatGameName() @@ -29,7 +30,7 @@ index 84bac85..475b7a2 100644       file.open(QIODevice::ReadOnly | QIODevice::Text);  diff --git a/mainwindow.cpp b/mainwindow.cpp -index 2d46d81..3c29dd3 100644 +index 9a577a5..da29d54 100644  --- a/mainwindow.cpp  +++ b/mainwindow.cpp  @@ -353,7 +353,7 @@ void MainWindow::updateApp() | 
