mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
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
10 lines
316 B
C++
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));
|