Unknown W. Brackets
|
d30508ac43
|
Buildfix for Symbian/Blackberry/etc.
|
2015-10-17 16:20:27 -07:00 |
|
Unknown W. Brackets
|
60378dd59d
|
Atrac: Hack to make seeking in GTA work.
|
2015-10-17 16:20:26 -07:00 |
|
Unknown W. Brackets
|
7d32876610
|
Atrac: Cleanup FFmpeg context ptr management.
|
2015-10-17 16:20:25 -07:00 |
|
Unknown W. Brackets
|
b47458eabb
|
Atrac: fix loading certain savestates.
Some worked with it that high, but others not.
|
2015-10-17 16:20:24 -07:00 |
|
Unknown W. Brackets
|
5177f16c8d
|
Atrac: Use constants for the states, more clarity.
|
2015-10-17 16:20:23 -07:00 |
|
Unknown W. Brackets
|
310aa6ed47
|
Atrac: Remove avio helpers.
|
2015-10-17 16:20:22 -07:00 |
|
Unknown W. Brackets
|
6420b679d4
|
Atrac: Split out low-level packet handling.
So we don't have the hack in the other code at all.
|
2015-10-17 16:20:22 -07:00 |
|
Unknown W. Brackets
|
5174f7df69
|
Atrac: Read in the jointStereo flag for ATRAC3.
|
2015-10-17 16:20:21 -07:00 |
|
Unknown W. Brackets
|
27a10bc49f
|
Atrac: Fix AA3 dataOff value.
Note: will still be wrong in savestates...
|
2015-10-17 16:20:20 -07:00 |
|
Unknown W. Brackets
|
7d0dd0b94a
|
Atrac: Stop using avio/avformat entirely.
Probably breaks AA3 support at this point...
|
2015-10-17 16:20:20 -07:00 |
|
Unknown W. Brackets
|
2037977292
|
Revert compatibility flag for GTA Music Hack.
This reverts commit eb4ca0cf81.
|
2015-10-17 16:20:19 -07:00 |
|
Unknown W. Brackets
|
4e7c59daae
|
Fix minor typo.
|
2015-10-12 22:14:14 -07:00 |
|
Unknown W. Brackets
|
679b64ef5a
|
Atrac: calculate instead of using header value map.
These are knowable values, so there's no real benefit to a static table
except potentially error detection.
|
2015-10-12 22:10:35 -07:00 |
|
Henrik Rydgard
|
eb4ca0cf81
|
Add a compatibility flag to revert sceAtrac to before #6976. Makes audio work in GTA again.
Hopefully we will find a better fix in the future.
Also see issue #7863.
|
2015-09-27 11:51:46 +02:00 |
|
Henrik Rydgard
|
9937b41461
|
ARM64: Fix vi2uc and vi2us and enable them.
|
2015-07-11 16:46:11 +02:00 |
|
Unknown W. Brackets
|
ffe7ef1ee2
|
Avoid spurious warnings in sceAtrac.
Valkyrie Profile for example calls this, doesn't seem like 0 matters.
|
2015-04-12 10:35:53 -07:00 |
|
Henrik Rydgård
|
a269e118b3
|
Merge pull request #7658 from unknownbrackets/debugger
Make it easier to use memchecks in HLE
|
2015-04-06 17:03:14 +02:00 |
|
Unknown W. Brackets
|
2450724be2
|
Make Memory::Memcpy() execute memchecks directly.
This makes it easier to handle breakpoints in HLE.
|
2015-04-05 18:09:20 -07:00 |
|
Unknown W. Brackets
|
0fc64dc717
|
Return an error when the atrac stream is full.
|
2015-04-05 17:22:38 -07:00 |
|
Unknown W. Brackets
|
ae4811d0d1
|
Still fudge seek positions for low level.
Since in this case we're tricking it into reading the same buffer area.
|
2015-03-26 22:34:45 -07:00 |
|
Unknown W. Brackets
|
425eed7bea
|
Keep separate track of ffmpeg pos and decode pos.
FFmpeg buffers, so forcing the pos only makes FFmpeg read in garbage
because it doesn't know that you seeked in the bytestream on it.
|
2015-03-26 20:23:37 -07:00 |
|
Henrik Rydgård
|
62e621f8a1
|
Merge pull request #6976 from unknownbrackets/atrac-minor
When seeking to atrac positions, force alignment and start from zero
|
2015-03-26 00:29:51 +01:00 |
|
Unknown W. Brackets
|
fcf0518223
|
Update all the HLE tables with arg and ret info.
|
2015-03-22 20:51:55 -07:00 |
|
sum2012
|
35c04e1187
|
Fix tab
|
2015-03-22 06:35:49 +08:00 |
|
sum2012
|
2c89d78f9d
|
Add a logging in sceAtracGetRemainFrame
|
2015-03-22 06:16:28 +08:00 |
|