yuzu: Ensure mouse panning can't be enabled with real mouse emulation

This commit is contained in:
german77
2023-06-30 18:39:55 -06:00
parent 3f407417c1
commit da8df6488d
5 changed files with 39 additions and 30 deletions

View File

@ -3105,21 +3105,6 @@
</property>
<item>
<widget class="QPushButton" name="mousePanningButton">
<property name="minimumSize">
<size>
<width>68</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>68</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">min-width: 68px;</string>
</property>
<property name="text">
<string>Configure</string>
</property>