mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
RSX/Qt: set min gs_frame size to 160x90 to prevent stupid new Vulkan bug
This commit is contained in:
parent
79003cd089
commit
e80574cbd2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue