mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-24 19:38:32 -06: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 New Issue
Block a user