sys_lwcond* funcs moved and rewritten

This commit is contained in:
Nekotekina 2015-03-09 22:56:55 +03:00
parent 2709dc2e36
commit 3cf80b0831
18 changed files with 433 additions and 288 deletions

View file

@ -175,8 +175,6 @@ namespace sce_libc_func
void exit(ARMv7Context& context)
{
sceLibc.Warning("exit()");
LV2_LOCK;
for (auto func : g_atexit)
{