Henrik Rydgård
6c4a416456
Merge pull request #5129 from unknownbrackets/savestates
...
Use simple delta compression for rewind savestates.
2014-01-18 12:45:11 -08:00
Henrik Rydgård
f9be841612
Merge pull request #5130 from unknownbrackets/mpeg-minor
...
Set return status in sceMpegAvcDecodeStopYCbCr()
2014-01-18 12:42:17 -08:00
Unknown W. Brackets
dfd480d13a
Set return status in sceMpegAvcDecodeStopYCbCr().
...
Like the other Stop(). Fixes video end in Tales of Phantasia X.
2014-01-18 10:56:41 -08:00
Unknown W. Brackets
cfc635f071
Use simple delta compression for rewind savestates.
...
This makes it reasonable to keep a bunch more around, since they are
generally < 10% the size when compressed like this (often smaller.)
2014-01-18 10:18:47 -08:00
Unknown W. Brackets
648c0f6685
Avoid an infinite loop on bad stack walk.
...
If the address is wrong, it'll re-trigger debug mode, which will re-walk
the stack, which will continue ad infinitum.
2014-01-18 09:58:48 -08:00
Unknown W. Brackets
2347498667
x86jit: Use templates to avoid some void * casts.
...
Makes it a bit cleaner and potentially safer.
2014-01-18 09:57:13 -08:00
Henrik Rydgård
f460f34a93
Merge pull request #5044 from raven02/patch-14
...
Fix corrupted keyframes in several games
2014-01-18 09:09:15 -08:00
Henrik Rydgard
da97a67526
Try a different approach to the problem in #5117
2014-01-16 22:52:14 +01:00
Henrik Rydgård
d90b3a5520
Update native with fix that prevents us from misusing inifile Set
2014-01-16 16:39:22 +01:00
Henrik Rydgård
5dc470c8c1
Merge pull request #5116 from sum2012/patch-3
...
Fix Windows 64 bit gpu crash
2014-01-16 06:09:34 -08:00
sum2012
016fa0cbff
Fix Windows 64 bit gpu crash
...
Fix #2301 ,thanks @raven02
2014-01-16 22:01:38 +08:00
Henrik Rydgård
2b63c48041
Fix bug where SmallScreen setting wouldn't save right.
2014-01-16 10:03:48 +01:00
Henrik Rydgard
c55578367f
Add option "Small Display", useful for large tablets to avoid overlapping touch controls with the screen.
...
Will later replace with a multiselect of different sizes, or something more advanced
like multitouch drag & zoom of the screen to get it exactly where you want it.
2014-01-16 00:22:39 +01:00
Henrik Rydgård
737ef1c805
Merge pull request #5111 from unknownbrackets/savestates
...
Fix cross-platform compat problem with savestates
2014-01-15 08:07:14 -08:00
Unknown W. Brackets
610b7f6e4c
Fix cross-platform compat problem with savestates.
2014-01-15 08:03:37 -08:00
Henrik Rydgard
d19d041640
GPU disasm: Show opcodes. Also disable some warnings and update submodules.
2014-01-15 17:00:20 +01:00
Henrik Rydgård
b5f61c1f53
Merge pull request #5110 from sum2012/patch-1
...
Make Log display Windows 32 or 64 bit
2014-01-15 07:45:04 -08:00
sum2012
3bf2fcacf0
Make Log display Windows 32 or 64 bit
...
Some games have problem in windows 64 bit
2014-01-15 22:02:47 +08:00
Henrik Rydgard
ef56298ab6
Revert "Merge pull request #5106 from shenweip/patch-1"
...
This reverts commit 91a355b642 , reversing
changes made to 82395001ec .
2014-01-14 19:31:09 +01:00
Henrik Rydgård
91a355b642
Merge pull request #5106 from shenweip/patch-1
...
Tell media engine to change channel when psmf specifies stream.
2014-01-14 09:07:01 -08:00
shenweip
1fc52a321d
Fix savestate.
2014-01-15 00:32:14 +08:00
shenweip
4af78a3164
Don't change video/audio streams in sceMpegGet *AU.
2014-01-15 00:24:22 +08:00
shenweip
a55771e643
Fix typo.
2014-01-15 00:17:36 +08:00
shenweip
3773122316
Tell media engine to change channel when psmf specifi stream.
2014-01-15 00:17:00 +08:00
Henrik Rydgård
82395001ec
Merge pull request #5098 from ufdada/patch-1
...
Textstrings for additional keys
2014-01-14 01:52:22 -08:00