Commit Graph

11573 Commits

Author SHA1 Message Date
Unknown W. Brackets
fa1c5e0f87 Oops, only reset MsgDialog result on success. 2014-01-23 00:41:26 -08:00
Henrik Rydgård
a915472eb5 Merge pull request #5174 from unknownbrackets/intr-fix
Restore thread if there's no interrupt handler set
2014-01-22 23:24:32 -08:00
Henrik Rydgård
3700229d37 Merge pull request #5186 from unknownbrackets/savestates
Fix savestates from before v0.9.6-536-g62e9e42
2014-01-22 23:11:15 -08:00
Henrik Rydgård
dcdb98bb94 Merge pull request #5187 from unknownbrackets/io-fix
Now umd0: size is in sectors, not bytes
2014-01-22 23:10:18 -08:00
Unknown W. Brackets
c5e11c63c0 Now umd0: size is in sectors, not bytes.
So we have to check based on that correctly.  Darn it.
2014-01-22 22:24:30 -08:00
Unknown W. Brackets
c2d2b25ced Fix savestates from before v0.9.6-536-g62e9e42.
Unfortunately, this breaks savestates made since then until this is
merged.  However, that's only a day or so.

Fixes #5183.
2014-01-22 21:49:18 -08:00
Sacha
d61da047d2 Blackberry: Remove narrow_landscape_exit as it restricts the usage of 'back' gestures on new installs.
Thanks for report Arifin.
2014-01-23 11:38:26 +10:00
Henrik Rydgård
5a6beb9378 Merge pull request #5184 from thedax/win32RareHangHack
Win32: Use a hacky workaround to prevent a rare hang when starting up.
2014-01-22 15:57:08 -08:00
The Dax
b58746816a Make the bool a class member instead. 2014-01-22 18:36:40 -05:00
The Dax
97a5382b50 Win32: Use a hacky workaround to prevent a rare hang when starting up. 2014-01-22 17:38:34 -05:00
Henrik Rydgård
f53ef47528 Merge pull request #5182 from sum2012/patch-2
Fix "Integer divide by zero"  in Spline.cpp
2014-01-22 14:19:33 -08:00
sum2012
3c72623061 Fix "Integer divide by zero 0" in Spline.cpp 2014-01-23 05:45:28 +08:00
Peter Tissen
b991d49049 Add Windows touch support
This is disabled by default

break out WindowsTouchHandler into a seperate Class ,  that file is way too big anyway
2014-01-22 21:25:49 +01:00
Henrik Rydgård
260b0334e7 Merge pull request #5180 from unknownbrackets/msgdialog
Fix aborting msgdialogs
2014-01-22 11:15:45 -08:00
Unknown W. Brackets
278359b208 Set msgdialog result to 0 after displayed.
This might fix anything checking the result code without zeroing it first.
2014-01-22 08:18:56 -08:00
Unknown W. Brackets
f74e29977f Abort on a message dialog just moves to finished.
Still need to shutdown.  Fixes #5177.
2014-01-22 08:17:21 -08:00
Unknown W. Brackets
cddd537f36 Minor tweak, no need for this check anymore. 2014-01-22 01:24:41 -08:00
Henrik Rydgård
809dd6e1a2 Merge pull request #5176 from unknownbrackets/savestates
Properly savestate loaded modules
2014-01-22 01:17:54 -08:00
Henrik Rydgård
d615b78e1d Merge pull request #5175 from unknownbrackets/debugger
Show CLUT shift value in GE debugger
2014-01-22 01:16:13 -08:00
Unknown W. Brackets
996d97a05e Properly savestate loaded modules.
May fix savestates in games that use modules heavily, like Yu-Gi-Oh, Metal
Gear Solid, Tales of Radiant Mythology, and Valkyrie Profile.
2014-01-22 01:06:59 -08:00
Unknown W. Brackets
3a186a9d7f Show CLUT shift value in GE debugger. 2014-01-22 00:32:31 -08:00
Unknown W. Brackets
4da08f4f6e Restore thread if there's no interrupt handler set.
If dispatch is disabled and we don't do this, it'll just hang, never
switching back to a thread that can re-enable dispatch.

Fixes #5172.
2014-01-21 22:47:18 -08:00
W.MS/王京
55fdac7529 remove stupid iOS7 status bar 2014-01-22 13:12:36 +08:00
Henrik Rydgård
d6a2f52e47 Update native with unknown's unicode fix 2014-01-21 20:03:55 +01:00
Henrik Rydgård
a6a774b2b4 Merge pull request #5167 from sum2012/patch-1
Add LoadExecForKernel and SysMemForKernel
2014-01-21 06:16:33 -08:00