Henrik Rydgard
c38eece4de
Increase max volume of sceAudioOutput2OutputBlocking.
2013-05-13 22:06:49 +02:00
Henrik Rydgard
b2d57ff365
VERBOSE a log statement
2013-05-13 19:25:33 +02:00
raven02
61c777983b
Fix loop problem in Three Kingdom VIII
2013-05-13 21:15:02 +08:00
aquanull
6ab94303b9
av_get_default_channel_layout returns int64_t
...
And one less signed/unsigned comparison warning.
2013-05-13 16:20:04 +08:00
Henrik Rydgård
4b9d6d26d3
Merge pull request #1792 from unknownbrackets/windows-ui
...
Fix crashes / bad errors when loading a file fails
2013-05-12 22:55:03 -07:00
Unknown W. Brackets
3cd391c3e2
Fix crashes / bad errors when loading a file fails.
2013-05-12 19:51:16 -07:00
Unknown W. Brackets
f5eb684abc
Return an error when there's no async op.
...
And generally improve error codes for async io poll/wait funcs.
Fixes #1790 .
2013-05-12 17:28:07 -07:00
Unknown W. Brackets
0f459f9000
Fail if the cwd is too long as well.
2013-05-12 17:03:46 -07:00
Unknown W. Brackets
8e1193feba
Fail with an error in sceIoChdir for invalid dev.
2013-05-12 16:51:08 -07:00
Unknown W. Brackets
7cab1c334b
Remove a duplicate syscall entry.
2013-05-12 16:51:01 -07:00
Unknown W. Brackets
225d09555b
Properly savestate umd0: references.
2013-05-12 16:37:03 -07:00
Unknown W. Brackets
37aa59fb3c
Keep track of disc0:/ vs. disc0: in path parsing.
...
The difference matters and was getting lost.
2013-05-12 16:01:38 -07:00
Henrik Rydgard
f864e81e72
Get mp3 sample rate and channels from FFMPEG instead of trying to detect ourselves.
2013-05-12 22:29:43 +02:00
Unknown W. Brackets
780e252059
Fix crash in mp3 reading.
2013-05-12 11:41:51 -07:00
Henrik Rydgård
0e1b6d8488
Fix sceMp3 build without USE_FFMPEG
2013-05-12 20:13:07 +02:00
Henrik Rydgard
e65390184e
Uncomment some unused stack-corrupting code from sceMp3Decode. Update ffmpeg.
2013-05-12 19:48:12 +02:00
Florent Castelli and Henrik Rydgard
501f705ba3
Merge mp3 support from Orphis' old FFMPEG code.
...
Conflicts:
CMakeLists.txt
Core/HLE/sceAudio.cpp
Core/HLE/sceMp3.cpp
Core/HLE/sceMpeg.cpp
2013-05-12 19:13:10 +02:00
Henrik Rydgård
7d561eb520
Merge pull request #1779 from oioitff/atrac-fix
...
Finally got how sceAtracAddStreamData should work.
2013-05-12 06:28:23 -07:00
oioitff
64680a2c68
Revert changes for remainFrame in #1776 .
2013-05-12 21:27:41 +08:00
Henrik Rydgard
9ea0f60514
Ugly android buildfix
2013-05-12 15:24:52 +02:00
oioitff
066a2e2182
Add some comments for sceAtrac
2013-05-12 21:14:41 +08:00
oioitff
7b8fb33ebc
Improve sceAtracAddStreamData.
2013-05-12 20:04:50 +08:00
raven02
d822be8ac9
Bitrate calculation based on uofw implementation.
2013-05-12 17:00:21 +08:00
Henrik Rydgård
dd1077d9cd
Merge pull request #1772 from unknownbrackets/savedata
...
Improve automatic save/load based on tests
2013-05-12 01:17:03 -07:00
Unknown W. Brackets
27572e3a36
Default to saveName for AUTO LOAD/SAVE modes.
...
Maybe should for others, but at least these for sure.
Fixes #1017 .
2013-05-11 21:01:20 -07:00
Unknown W. Brackets
1ffb0755b1
Move some things around and simplify.
2013-05-11 20:31:40 -07:00
Unknown W. Brackets
203abe6f7f
In TYPE_SAVE/TYPE_LOAD, show a confirmation.
...
AUTOSAVE/AUTOLOAD don't, SAVE/LOAD do.
2013-05-11 19:10:01 -07:00
raven02
c1bb421a26
Restore volume shift to 15
2013-05-12 09:03:43 +08:00
Henrik Rydgård
c13a101901
Merge pull request #1765 from unknownbrackets/perf
...
Eat cycles in sceKernelReferThreadStatus()
2013-05-11 14:31:42 -07:00
Unknown W. Brackets
16fe2c9691
Eat cycles in sceKernelReferThreadStatus().
...
Improves .hack//Link (demo)'s perf significantly, doesn't hurt anyone
else.
2013-05-11 12:25:55 -07:00
Unknown W. Brackets
5318e97a2e
Threads starting better threads should stay at top.
...
This wasn't correct, I think I must've added it because something else
should've been rescheduling.
2013-05-11 11:28:37 -07:00
Steven Cherry
ddf8b26c87
Fixed Config saving
...
Fps limit now saves in configuration. It can also be edited there to
allow for any value of fps.
2013-05-11 09:03:33 -05:00
Unknown W. Brackets
84ab8aa79b
Add reporting for alphatest mask.
...
Actually, maybe it being 0x00 could be advantageous...
2013-05-11 01:19:46 -07:00
Henrik Rydgård
d1eca34d05
Merge pull request #1745 from oioitff/atrac-fix
...
Improve sceAtracAddStreamData
2013-05-11 00:56:28 -07:00
Henrik Rydgård
a5c9ad9f99
Merge pull request #1753 from unknownbrackets/font-fix
...
Correctly call alloc/free font callbacks
2013-05-11 00:56:11 -07:00
Henrik Rydgård
6546306b6b
Merge pull request #1751 from oioitff/audio-fix2
...
Implement volume control for _sceSasCoreWithMix.
2013-05-11 00:53:56 -07:00
Unknown W. Brackets
7dade9416c
Correctly call alloc/free font callbacks.
2013-05-10 22:06:50 -07:00
oioitff
8d10724b64
Implement volume control for _sceSasCoreWithMix.
...
Tested with Fate Unlimited Code.
2013-05-11 04:30:02 +08:00
raven02
be4f1a00b6
Show the log in yellow color
2013-05-10 23:47:05 +08:00
raven02
7ae62fc0d6
Add INFO_LOG for atrac3+ audio
2013-05-10 23:42:10 +08:00
oioitff
b1ec715d2f
sceAtracAddStreamData is only available after
...
sceAtracGetStreamDataInfo called.
2013-05-10 19:56:53 +08:00
Henrik Rydgård
a4326d689c
Merge pull request #1744 from oioitff/atrac-fix
...
Revert #1731 for sceAtrac
2013-05-10 01:45:21 -07:00
oioitff
3555d656a4
Revert #1731 for sceAtrac
...
It's not working correctly.
2013-05-10 16:38:06 +08:00
raven02
14f6560fde
Use CoreTiming::AdvanceQuick();
2013-05-10 09:38:44 +08:00
Steven Cherry
e7622ebbd6
Custom Fps Limiter
...
First time contributing. Set FPS limit on second page of graphics
settings. Press Tab key or on 360 controller, press left stick to toggle
between 3 states.
2013-05-09 19:36:23 -05:00
oioitff
7cc0cdd346
Only add stream data when it need more atrac data.
...
Tested with Djmax Portable.
2013-05-09 19:59:13 +08:00
Henrik Rydgard
cfc23f59de
Show an error message instead of crashing on demos we don't have keys for
2013-05-09 13:14:19 +02:00
Henrik Rydgard
5fc8de091d
Make some logging VERBOSE
2013-05-09 11:18:38 +02:00
Henrik Rydgard
c4529eff01
Mac build fix
2013-05-08 23:48:57 +02:00
Henrik Rydgard
96cb66a988
Windows: Use prebuilt FFMPEG for 32-bit builds.
2013-05-08 22:11:05 +02:00