oioitff
41860c5ade
The hack way for numSamples may be still
...
necessary for some games. Just use a better hack way.
2013-05-17 01:17:58 +08:00
oioitff
7bd3f389c7
Improve getremainFrame.
...
Fixed Musou Orochi 2 and so on.
2013-05-17 01:15:23 +08:00
Henrik Rydgård
e104b8436f
Merge branch 'raven02-patch-15'
...
Conflicts:
UI/MenuScreens.cpp
2013-05-16 17:21:13 +02:00
Henrik Rydgård
367e9bcefb
Remove DrawWireframe option to save space in dialog, it doesn't really work right anyway
2013-05-16 17:18:53 +02:00
sum2012
32fed38ddf
Add another patchers
2013-05-16 21:32:08 +08:00
Unknown W. Brackets
8a985e36ce
Correct some logging to use ERROR_LOG.
...
Oops, was just copy and pasting the other wrong ones.
2013-05-16 01:53:38 -07:00
Unknown W. Brackets
857e12d27d
Validate the SRC format, and enforce STEREO.
...
Were these actually outputting audio before?
2013-05-16 01:12:40 -07:00
Unknown W. Brackets
8544171a84
Validate the sample count in SRC and Output2.
2013-05-16 01:12:40 -07:00
Unknown W. Brackets
4eee3af19b
Error when trying to reserve Output2 twice.
2013-05-16 01:12:39 -07:00
Unknown W. Brackets
0ab30ecb07
Use a separate channel for SRC/Output2.
...
Tests on the PSP show that all 8 channels can be reserved/used at the
same time as *either* Output2 or SRC (but SRC and Output2 cannot be used
at the same time.)
2013-05-16 01:12:39 -07:00
Unknown W. Brackets
8b3b666612
Return an error for invalid audio sample sizes.
2013-05-16 01:12:38 -07:00
Unknown W. Brackets
674cd9c1a1
Auto select the highest available channel.
...
This is what tests show, and what the PSP does. It makes sense, since
the game might hardcode 0/1 but some library might use autoselect. Or
something.
2013-05-16 01:12:38 -07:00
Unknown W. Brackets
3f8c920436
Accept any negative channel as autoselect.
...
And fix error codes in sceAudioChReserve().
2013-05-16 01:12:37 -07:00
Henrik Rydgård
50f8466ee8
Merge pull request #1810 from makotech222/max-recent
...
Allow changing of MAX_RECENT in config file
2013-05-16 01:00:52 -07:00
Steven Cherry
0912d9c931
Fix names to be consistent. Moved MAX_RECENT to header file.
2013-05-15 19:51:15 -05:00
Henrik Rydgård
2846467e63
Merge pull request #1813 from mattweb28/add-modules
...
Added sceJpeg & sceMd5
2013-05-15 05:18:09 -07:00
mattweb28
d3ded6639a
Added sceJpeg & sceMd5
2013-05-15 19:49:34 +08:00
Steven Cherry
6fad56a522
Allow changing of MAX_RECENT in config file
...
Simple request made by Solarmystic on the forums. Allow you to change
the number of recent isos saved by ppsspp. Default is set to 12.
2013-05-14 18:19:35 -05:00
oioitff
1a2bcb70ce
Not to loop or end audios when numSamples is 0.
...
Some games may check for it and add more data.
2013-05-14 23:27:04 +08:00
Henrik Rydgård
9248a19dd8
Merge pull request #1739 from makotech222/master
...
Custom Fps Limiter
2013-05-14 06:33:53 -07:00
mattweb28
1b87f5667f
HLE needs to be reset after kernel shutdown
2013-05-14 20:37:20 +08:00
raven02
897fc5068d
vol > 0xFFFFF for sceAudioSRCOutputBlocking
2013-05-14 08:32:51 +08:00
Henrik Rydgard
c38eece4de
Increase max volume of sceAudioOutput2OutputBlocking.
2013-05-13 22:06:49 +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 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