Skip to content

Commit

Permalink
UI: Increase draw dumping start/count limit
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Jun 14, 2024
1 parent 8917c5d commit de7d934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcsx2-qt/Settings/DebugSettingsWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<item row="1" column="1">
<widget class="QSpinBox" name="startDraw">
<property name="maximum">
<number>99999</number>
<number>99999999</number>
</property>
</widget>
</item>
Expand All @@ -108,7 +108,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>99999</number>
<number>99999999</number>
</property>
</widget>
</item>
Expand Down

0 comments on commit de7d934

Please sign in to comment.