Qt: Fix maximum year in sensor override
Jeffrey Pfau jeffrey@endrift.com
Sat, 30 May 2015 23:36:22 -0700
2 files changed,
4 insertions(+),
3 deletions(-)
M
CHANGES
→
CHANGES
@@ -32,6 +32,7 @@ - Qt: Better cleanup when a game crashes
- Qt: Fix open ROM dialog filtering for archive formats - ARM7: Fix Thumb MUL timing - Qt: Cap the maximum number of multiplayer windows + - Qt: Fix maximum year in sensor override Misc: - Qt: Handle saving input settings better - Debugger: Free watchpoints in addition to breakpoints
M
src/platform/qt/SensorView.ui
→
src/platform/qt/SensorView.ui
@@ -78,9 +78,9 @@ <bool>true</bool>
</property> <property name="maximumDate"> <date> - <year>2100</year> - <month>1</month> - <day>6</day> + <year>2099</year> + <month>12</month> + <day>31</day> </date> </property> <property name="minimumDate">