Let's try this

This commit is contained in:
Simone
2024-01-22 09:49:16 +01:00
parent f5196f5ce2
commit 410f9f62fc
6 changed files with 57 additions and 8 deletions

View File

@@ -13,8 +13,6 @@ KaizenQt::KaizenQt() noexcept : QWidget(nullptr) {
std::move(mainWindow->view.vulkanWidget->windowInfo),
mainWindow);
mainWindow->emuThread = emuThread;
ConnectMainWindowSignalsToSlots();
setAcceptDrops(true);