mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
partially revived platform support for PSP (unfinished), part 3
changes to libpicofe, fixed path handling
This commit is contained in:
parent
df6d9f93fe
commit
80bc22540a
6 changed files with 21 additions and 9 deletions
|
@ -135,7 +135,7 @@ void psp_init(void)
|
|||
lprintf("\n%s\n", "PicoDrive v" VERSION " " __DATE__ " " __TIME__);
|
||||
lprintf("running on %08x kernel\n", sceKernelDevkitVersion()),
|
||||
lprintf("entered psp_init, threadId %08x, priority %i\n", main_thread_id,
|
||||
sceKernelGetThreadCurrentPriority());
|
||||
sceKernelGetThreadCurrentPriority());
|
||||
|
||||
thid = sceKernelCreateThread("update_thread", callback_thread, 0x11, 0xFA0, 0, NULL);
|
||||
if (thid >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue