summaryrefslogtreecommitdiff
path: root/emulators/fbsd-duckstation/files/patch-src-duckstation-qt-graphicssettingswidget.h
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2025-05-08 12:25:13 +0200
committerGanael LAPLANCHE <martymac@FreeBSD.org>2025-05-08 12:25:13 +0200
commitee927d0067944c7c516aec49315cff5dc04df49c (patch)
tree5c98abab0f13b55540fa64abb0863cf69139dd3c /emulators/fbsd-duckstation/files/patch-src-duckstation-qt-graphicssettingswidget.h
parentmultimedia/uxplay: Update to 1.72 (diff)
emulators/fbsd-duckstation: Fix build on arm64
Diffstat (limited to 'emulators/fbsd-duckstation/files/patch-src-duckstation-qt-graphicssettingswidget.h')
-rw-r--r--emulators/fbsd-duckstation/files/patch-src-duckstation-qt-graphicssettingswidget.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/fbsd-duckstation/files/patch-src-duckstation-qt-graphicssettingswidget.h b/emulators/fbsd-duckstation/files/patch-src-duckstation-qt-graphicssettingswidget.h
new file mode 100644
index 000000000000..a0e72b513709
--- /dev/null
+++ b/emulators/fbsd-duckstation/files/patch-src-duckstation-qt-graphicssettingswidget.h
@@ -0,0 +1,12 @@
+Add missing type declarations (u8/u16/u32)
+
+--- src/duckstation-qt/graphicssettingswidget.h.orig 2025-05-07 13:16:56 UTC
++++ src/duckstation-qt/graphicssettingswidget.h
+@@ -2,6 +2,7 @@
+ // SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
+
+ #pragma once
++#include "common/types.h"
+
+ #include <QtWidgets/QWidget>
+