aemu
aemu copied to clipboard
Automatically exported from code.google.com/p/aemu
It will help connetc psp with ppsspp non-windows build( android, linux, MAC) just need change a little code https://github.com/hrydgard/ppsspp/pull/8496/files
How do I get to see the web ,xsl file? My server is up but I want to add the link to the webpage on my web server...
PPSSPP support more games, anyone can move those change back?
i found monster hunter freedom not properly working when crosslinked into usa region on productids, change it to japan region proper fixing the eu and us region to meet each...
``` Some > 1.xx games fail to launch cause of this regression. We need to add a check and an override list to only load our io hooks if the...
``` the following code sequence is not safe: while (context->event_stack_lock) sceKernelDelayThread(1000); context->event_stack_lock = 1; ...do something... context->event_stack_lock = 0; A thread reschedule could happen between the test in the "while"...
``` there is a race condition in _actOnAcceptPacket: _spawnLocalEvent(context, ADHOC_MATCHING_EVENT_ESTABLISHED, sendermac, 0, NULL); _spawnLocalEvent(context, ADHOC_MATCHING_EVENT_ACCEPT, sendermac, optlen, opt); the events could be triggered in the wrong order (i.e. ESTABLISHED before...
``` What steps will reproduce the problem? 1. Try to compile 2. ???? 3. Various header files not found, etc. What is the expected output? What do you see instead?...