mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue