Unknown W. Brackets
d820768396
Properly exit error screen when hitting cancel.
...
Fixes #3351 .
2014-01-25 00:40:14 -08:00
Unknown W. Brackets
10454654bf
Ignore unreasonable timestep values.
...
This fixes #5202 (Crisis Core stuttering) and improves Mana Khemia's "Who
are you?" sound effect while loading savedata. May also improve Monster
Hunter's similar issue.
2014-01-24 23:55:19 -08:00
Henrik Rydgård
a0a9ad49bb
Merge pull request #5200 from sky-zer/master
...
iOS: MFi controllers support
2014-01-24 11:47:30 -08:00
sky-zer
4f4edbe959
Refactoring.
2014-01-24 22:46:30 +04:00
sky-zer
55514ee58e
iOS: MFi controllers support
2014-01-24 22:39:45 +04:00
Henrik Rydgård
b360f5a1e5
Merge pull request #5148 from Bigpet/WinTouchSupport
...
Add Windows touch support
2014-01-24 10:31:40 -08:00
Henrik Rydgård
7f995647a3
Merge pull request #5197 from unknownbrackets/gpu-minor
...
Only copy dirty depth buffers between FBOs
2014-01-24 01:49:23 -08:00
Henrik Rydgård
4789c2412a
Merge pull request #5196 from unknownbrackets/savedata
...
Handle fixed-length strings in savedata properly
2014-01-24 01:45:14 -08:00
Unknown W. Brackets
b034b992df
Only copy dirty depth buffers between FBOs.
...
We can remove this if/when we track them separately. This may break a
game that depends on the depth carrying over between several FBOs, but
that's not extremely likely.
This improves performance in Gods Eater Burst.
2014-01-24 01:44:24 -08:00
Henrik Rydgård
b27569277e
Merge pull request #5194 from unknownbrackets/iso-fix
...
Support larger iso files (more than 2GB)
2014-01-24 01:38:51 -08:00
Henrik Rydgård
293c66199e
Merge pull request #5195 from unknownbrackets/display-minor
...
Smooth out detected FPS changes
2014-01-24 01:38:14 -08:00
Henrik Rydgård
eeeaae601a
Merge pull request #5173 from W-MS/master
...
remove stupid iOS7 status bar
2014-01-24 01:34:47 -08:00
Unknown W. Brackets
e00a244d1e
Handled fixed-length strings in savedata properly.
2014-01-24 01:21:13 -08:00
Unknown W. Brackets
4541ec4b05
Smooth out detected FPS changes.
...
Helps reduce uneven FPS rates and sound effect glitches during transitions
(e.g. between a 30 fps scene and a 60 fps menu, or etc.)
2014-01-23 22:23:43 -08:00
Unknown W. Brackets
6bdfa5a13a
Support larger iso files (more than 2GB.)
...
No actual PSP games are this big (a UMD can only go up to 1.8 GB), but it
can be convenient for combined multi-game discs. Fixes #5169 .
2014-01-23 22:00:15 -08:00
Henrik Rydgård
b333e5b77f
Comment the fallthroughs in SasAudio.cpp
2014-01-23 20:58:42 +01:00
Henrik Rydgård
6c5165e505
Revert "Merge pull request #5190 from raven02/patch-32"
...
This reverts commit aef180259a , reversing
changes made to d69f02dea0 .
2014-01-23 20:57:39 +01:00
Peter Tissen
e1d115284e
remove more test code
2014-01-23 20:50:33 +01:00
Peter Tissen
d8b4d653f1
revert test code
2014-01-23 20:30:35 +01:00
Peter Tissen
4a4488eb98
Enable touch support by default
...
Check for touch support and enable it automatically if available.
It's probably possible to hack around Vista with the HID stuff but
I don't think Vista that want multitouch is a large enough group
to invest the time.
2014-01-23 20:16:38 +01:00
Henrik Rydgård
aef180259a
Merge pull request #5190 from raven02/patch-32
...
Shouldn't need voice.type == VOICETYPE_VAG/PCM
2014-01-23 09:10:10 -08:00
raven02
9965bbb43e
Shouldn't voice.type == VOICETYPE_VAG/PCM
2014-01-24 00:28:53 +08:00
Henrik Rydgård
d69f02dea0
Merge pull request #5188 from unknownbrackets/msgdialog
...
Clean up some more minor things in message dialogs
2014-01-23 01:10:38 -08:00
Unknown W. Brackets
05ad9721d9
Allow msgdialog override of ok/cancel button text.
...
Per tests, and hints from JPCSP.
2014-01-23 01:02:41 -08:00
Unknown W. Brackets
bcdcd528b2
Validate options in MsgDialog v3 per tests.
2014-01-23 00:41:42 -08:00