Unknown W. Brackets
|
be55be7dcb
|
Fix some formatting warnings.
|
2013-12-29 16:08:06 -08:00 |
|
Henrik Rydgård
|
79ff2f0ba8
|
Start untangling our include mess a little.
|
2013-12-29 23:34:45 +01:00 |
|
Unknown W. Brackets
|
6816bb9948
|
Allow memblocks to be used with partition funcs.
It seems that the uids are interchangeable. Probably won't matter, but
now they have proper uids.
|
2013-12-26 21:00:17 -08:00 |
|
Henrik Rydgard
|
32f479b0a6
|
Assorted log spam reductions.
Also let Java know of some important events. Not used for anything yet.
|
2013-12-04 17:43:00 +01:00 |
|
Unknown W. Brackets
|
e73d43c434
|
Correct sceKernelTlspl func names, etc.
This is mostly pedantic but it's nice to have the right names.
|
2013-12-02 23:40:16 -08:00 |
|
Unknown W. Brackets
|
a72340255f
|
Support %X and %x in sceKernelPrintf().
|
2013-10-01 08:00:08 -07:00 |
|
Unknown W. Brackets
|
50e9e45d65
|
Check version in each DoState() func.
They bail on PointerWrap error or bad version.
|
2013-09-14 20:23:03 -07:00 |
|
Unknown W. Brackets
|
281685fd43
|
Fix minor scheduling issues in the vpl test.
|
2013-09-09 01:05:38 -07:00 |
|
Unknown W. Brackets
|
be468af52d
|
Refactor waiting thread removal.
|
2013-09-09 00:22:00 -07:00 |
|
Unknown W. Brackets
|
4bd391b098
|
Refactor waiting thread cleanup.
|
2013-09-09 00:22:00 -07:00 |
|
Henrik Rydgard
|
8c88dff5a4
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
|
Unknown W. Brackets
|
f35b164d11
|
Refactor wait verification a bit in kernel waits.
|
2013-09-07 10:54:00 -07:00 |
|
Unknown W. Brackets
|
543df7ca7a
|
Refactor wait timeouts.
Also, make them not write the timeout ptr if the thread stopped waiting.
Feels safer.
|
2013-09-03 22:32:22 -07:00 |
|
Unknown W. Brackets
|
b20bb3b609
|
Refactor down the begin/end callback stuff.
|
2013-09-03 01:21:52 -07:00 |
|
Unknown W. Brackets
|
1bf974aff6
|
Implement VPL/FPL callback handlers.
Smells like time to refactor, there are less differences than I expected.
|
2013-09-03 01:21:51 -07:00 |
|
Unknown W. Brackets
|
686d893d5c
|
Return more correct errors inside interrupts.
|
2013-08-28 22:35:06 -07:00 |
|
Unknown W. Brackets
|
61fae4e920
|
Return proper errors while dispatch disabled.
In at least the majority of waits.
|
2013-08-27 23:55:37 -07:00 |
|
Unknown W. Brackets
|
354dbfec6c
|
Improve some reporting of options structs.
|
2013-08-25 16:43:47 -07:00 |
|
Unknown W. Brackets
|
18832f3ca7
|
Wrap sceKernelFreeFpl() and use better errors.
|
2013-08-25 16:38:49 -07:00 |
|
Unknown W. Brackets
|
6c6aa1b8ee
|
Wrap sceKernelAllocateFpl() and friends.
|
2013-08-25 16:38:49 -07:00 |
|
Unknown W. Brackets
|
61e240f482
|
Allocate fpl blocks in a ring, like the PSP.
|
2013-08-25 16:38:48 -07:00 |
|
Unknown W. Brackets
|
8d750d65e8
|
Properly remove timed out fpl waits from status.
|
2013-08-25 16:38:48 -07:00 |
|
Unknown W. Brackets
|
a947c95829
|
Clean up sceKernelReferFplStatus().
|
2013-08-25 16:38:47 -07:00 |
|
Unknown W. Brackets
|
fb95f07c5d
|
Implement cancel and delete for fpls.
|
2013-08-25 16:38:47 -07:00 |
|
Unknown W. Brackets
|
a2471b810c
|
Implement basic fpl waiting.
|
2013-08-25 16:38:46 -07:00 |
|