diff options
| author | 2026-04-04 07:00:33 +1100 | |
|---|---|---|
| committer | 2026-04-04 07:00:33 +1100 | |
| commit | 21defbea953c36bba6eeec5ea6f7cf6d3cd310d8 (patch) | |
| tree | 985b9d68054a7cbd32ce30b2c76931119a857bb9 /src/osd/modules/debugger | |
| parent | c48a110ac09bd62637d98d5906b74ea00ceb58ab (diff) | |
Fix up more stuff for upgraded tools, etc.
docs: It's no longer possible to get a working Qt 5 setup with MSYS2,
and there's no 32-bit Qt 6 package. Updated docs to reflect this.
Use Qt 6 on Windows, use qmake to find moc.
Fixed linking on Windows with static SDL3.
input/input_dinput.cpp: Support SDL3.
Diffstat (limited to 'src/osd/modules/debugger')
| -rw-r--r-- | src/osd/modules/debugger/debugqt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugqt.cpp b/src/osd/modules/debugger/debugqt.cpp index aeae07324e4..da600c4c58e 100644 --- a/src/osd/modules/debugger/debugqt.cpp +++ b/src/osd/modules/debugger/debugqt.cpp @@ -70,7 +70,7 @@ public: virtual void wait_for_debugger(device_t &device, bool firststop) override; virtual void debugger_update() override; #if defined(_WIN32) && !defined(SDLMAME_WIN32) - virtual bool nativeEventFilter(const QByteArray &eventType, void *message, long *) override + virtual bool nativeEventFilter(const QByteArray &eventType, void *message, qintptr *result) override { winwindow_qt_filter(message); return false; |
