diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2025-06-16 12:50:59 +0200 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2025-06-16 12:50:59 +0200 |
commit | 1d87036e2c9d4e0aa29b7f007c4b55cc13e8902f (patch) | |
tree | c343f69f78a711862ffe60a45a4e5f0f96583a50 /emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp | |
parent | x11/xterm: Update to 400 (diff) |
emulators/pcsx2: Update to 2.3.212
Also, re-enable Vulkan support
Diffstat (limited to 'emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp')
-rw-r--r-- | emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp b/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp new file mode 100644 index 000000000000..65743dc02ce9 --- /dev/null +++ b/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp @@ -0,0 +1,11 @@ +--- pcsx2-qt/AutoUpdaterDialog.cpp.orig 2025-06-11 12:23:15 UTC ++++ pcsx2-qt/AutoUpdaterDialog.cpp +@@ -53,6 +53,8 @@ static constexpr u32 HTTP_POLL_INTERVAL = 10; + #define UPDATE_PLATFORM_STR "Linux" + #elif defined(__APPLE__) + #define UPDATE_PLATFORM_STR "MacOS" ++#elif defined(__FreeBSD__) ++#define UPDATE_PLATFORM_STR "FreeBSD" + #endif + + #ifdef MULTI_ISA_SHARED_COMPILATION |