overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
589 stars 31 forks source link

Fix sceIoLseek and sceIoLseekAsync #73

Closed overdrivenpotato closed 3 years ago

overdrivenpotato commented 3 years ago

This PR adds 2 new EABI -> o32 mappers, which are (so far) only used by sceIoLseek and sceIoLseekAsync. Those 2 functions should now work correctly.