jacky400
0739fd2370
Update Core/HLE/sceSas.cpp
2012-12-08 15:43:31 +08:00
jacky400
43a89fe4b7
Update Core/HLE/sceSas.cpp
2012-12-08 15:33:19 +08:00
jacky400
453182b7bc
Update Core/HLE/FunctionWrappers.h
2012-12-08 14:22:47 +08:00
jacky400
e7cb558cb9
Update Core/HLE/sceSas.cpp
2012-12-08 14:13:41 +08:00
jacky400
414f103211
Cleanup and new function in SasCore
2012-12-08 11:36:07 +08:00
jacky400
17d32c2606
Add 3 functions in sceVaudio
2012-12-07 20:41:51 +08:00
jacky400
a24cc1dd9a
Implement sceSasSetPause
2012-12-07 13:23:26 +08:00
jacky400
b61a672449
Add WrapU_UIC for sceSasSetPause
2012-12-07 12:59:30 +08:00
jacky400
c643345c71
Implement sceSasGetGrain and sceSasSetGrain
2012-12-07 12:45:16 +08:00
Henrik Rydgård
ef387dbd51
More buildfixing...
2012-12-07 01:46:17 +07:00
Henrik Rydgård
176849572b
Merge pull request #138 from jacky400/master
...
Implemented setters for ADSR (Attack/Decay/Sustain/Release) envelope processing
2012-12-06 10:36:59 -08:00
jacky400
3055366e48
Small fix to sceSasSetSimpleADSR
2012-12-07 02:24:42 +08:00
Henrik Rydgård
99bdfcbcfa
Merge pull request #140 from tmaul/master
...
Attempt to get some games going further
2012-12-06 10:20:47 -08:00
Henrik Rydgård
a3fe130c0f
Fix/paper-over some build compatibility issues. Warning fixes.
2012-12-07 01:09:15 +07:00
TMaul
ea21789d34
Fake sceDisplayWaitVblankStartMulti
...
And stub the sceVaudio fuctions called by DOA paradise
2012-12-06 18:02:56 +00:00
TMaul
a737f70cae
Fake scesupPreAcc
...
Gets Dissidia Final Fantasy to title screen. We will need to make this
one go away by getting PRX loading working properly I think.
2012-12-06 18:02:55 +00:00
TMaul
0efde68d74
Add another sceNetStub
...
sceNetInetSocketAbort this time
2012-12-06 18:02:55 +00:00
TMaul
9bcb67f90b
Add some missing sce* Functions
...
Add the missing functions to sceHttp
Create sceOpenPSID and add what jpcsp is doing
Create sceParseHttp.cpp
Create sceParseUri.cpp
Create sceSsl.cpp and add what jpcsp is doing
reindent some files.
in an attempt to try and get a few games doing more.
2012-12-06 18:02:55 +00:00
jacky400
ff34632bb4
Small fix to sceSasSetSimpleADSR
2012-12-07 01:54:06 +08:00
Henrik Rydgård
257fd29e52
Buildfix Jacky's web browser edited commit :P
2012-12-07 00:52:32 +07:00
Henrik Rydgård
f909605e6e
sceIo: tidy op obsolete comments, switch to one bracing style
2012-12-07 00:50:05 +07:00
Henrik Rydgård
4a4d2c20fb
Merge pull request #139 from jacky400/sceSas
...
Implemented sceSasSetSL and sceSasSetNoise
2012-12-06 09:48:03 -08:00
jacky400
d24089e1f7
Small fix to _sceSasCore and _sceSasCoreWithMix
2012-12-07 01:45:09 +08:00
jacky400
234ed38de7
Merge remote-tracking branch 'upstream/master'
2012-12-07 00:46:25 +08:00
jacky400
53c0d3a62f
small fix to sceSasSetSL
2012-12-07 00:15:48 +08:00
jacky400
c3b1dedeff
Implemented ADSR (Attack/Decay/Sustain/Release) envelope processing
2012-12-06 23:14:38 +08:00
jacky400
8e181c4c1a
Implemented sceSasSetSL and sceSasSetNoise
2012-12-06 23:05:55 +08:00
Henrik Rydgård
4bdf9aab9b
Merge pull request #137 from Yn5an3/master
...
Fix to my previous commit
2012-12-06 06:47:29 -08:00
jacky400
0a8ddcd64b
Implemented ADSR (Attack/Decay/Sustain/Release) envelope processing
2012-12-06 22:37:41 +08:00
Yn5an3
c3ba5be502
Fixed sceIoOpenAsync.
2012-12-06 15:27:36 +01:00
Henrik Rydgård
0bc1d4cdf3
SDL port: Turn the JIT on and off from command line
2012-12-06 20:43:01 +07:00
Henrik Rydgård
e1aa287ab7
Merge pull request #134 from jacky400/master
...
sceSas Full Wrap
2012-12-06 00:14:29 -08:00
jacky400
223a3b0162
Small fix to _sceSasCore and _sceSasCoreWithMix
2012-12-06 12:13:37 +08:00
jacky400
4fe971c239
Add corresponding wrap templates
2012-12-06 12:12:18 +08:00
jacky400
7e2aa90657
sceSas Wrap
2012-12-06 11:26:05 +08:00
Henrik Rydgård
e327eea732
Merge pull request #133 from tmaul/master
...
Fixes to time_t behaviour in sceRtc
2012-12-05 17:22:14 -08:00
TMaul
af8dfdb4e4
Make sceRtcSetTime_t test complete
...
(Now with fixed line endings)
2012-12-05 23:48:20 +00:00
TMaul
1a13bfe8a9
Revert "Make sceRtcSetTime_t test complete"
...
This reverts commit 315295af9a
.
2012-12-05 23:47:39 +00:00
TMaul
315295af9a
Make sceRtcSetTime_t test complete
...
And a few other cleanups as suggested
2012-12-05 23:40:10 +00:00
TMaul
67e52a6fa8
noticed some strange check day of week calls, we are not returning the correct value for them
2012-12-05 23:40:10 +00:00
Henrik Rydgård
d06dfc36e0
Merge pull request #129 from Yn5an3/master
...
Wrapped sceGe and sceIo functions
2012-12-05 15:31:27 -08:00
Yn5an3
8d5125ea8b
Cleaned identation, solved bug in WrapI_UU64(). Ammended
...
sceIoWaitAsync and sceIoWaitAsyncCB since they can not be wrapped.
2012-12-05 22:19:14 +01:00
Henrik Rydgård
d493217826
Merge pull request #131 from jacky400/master
...
Implement sceSasSetADSR and sceSasSetADSRMode
2012-12-05 09:02:31 -08:00
jacky400
7d854ae858
Update Core/HLE/sceSas.cpp
2012-12-06 00:17:55 +08:00
jacky400
3992d44a97
Update Core/HLE/sceSas.cpp
2012-12-06 00:09:01 +08:00
jacky400
3763585afb
Update Core/HLE/sceSas.cpp
2012-12-05 23:57:32 +08:00
jacky400
9406a1760c
Update Core/HLE/FunctionWrappers.h
2012-12-05 23:53:06 +08:00
jacky400
0673217091
Update Core/HLE/sceSas.cpp
2012-12-05 23:51:10 +08:00
Álvaro Acción Montes
fb919a392b
Merge branch 'master' of https://github.com/hrydgard/ppsspp
2012-12-05 15:51:07 +01:00
Yn5an3
85177ebf09
Wrapped funtions in sceIo.cpp
2012-12-05 15:49:48 +01:00