RSX/Qt: set min gs_frame size to 160x90 to prevent stupid new Vulkan bug
This commit is contained in:
@@ -67,6 +67,8 @@ gs_frame::gs_frame(const QString& title, const QRect& geometry, QIcon appIcon, b
|
||||
setSurfaceType(QSurface::VulkanSurface);
|
||||
#endif
|
||||
|
||||
setMinimumWidth(160);
|
||||
setMinimumHeight(90);
|
||||
setGeometry(geometry);
|
||||
setTitle(m_windowTitle);
|
||||
setVisibility(Hidden);
|
||||
|
||||
Reference in New Issue
Block a user