all repos — mgba @ 041b58ebced4a8d4481f2c6f335a2efdf4e30dd1

mGBA Game Boy Advance Emulator

Qt: Fix maximum year in sensor override
Jeffrey Pfau jeffrey@endrift.com
Sat, 30 May 2015 23:36:22 -0700
commit

041b58ebced4a8d4481f2c6f335a2efdf4e30dd1

parent

d135fd6a63b223cc05a89a59fa28100e25888b15

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M CHANGESCHANGES

@@ -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.uisrc/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">