ports/emulators/86Box/files/patch-src_qt_qt__mainwindow.cpp
gatekeeper af9050eeb8 emulators/86Box: New port: low level x86 emulator based on PCem
86Box is a low level x86 emulator that runs older operating systems and
software designed for IBM PC systems and compatibles from 1981 through
fairly recent system designs based on the PCI bus.
https://86box.net
https://github.com/86Box/86Box

PR:	280205
2024-08-03 14:34:17 +03:00

10 lines
316 B
C++

--- src/qt/qt_mainwindow.cpp.orig 2024-08-02 00:15:09 UTC
+++ src/qt/qt_mainwindow.cpp
@@ -378,6 +378,7 @@ MainWindow::MainWindow(QWidget *parent)
#if QT_CONFIG(vulkan)
bool vulkanAvailable = false;
+ if (0)
{
QVulkanInstance instance;
instance.setApiVersion(QVersionNumber(1, 0));