overdrivenpotato / rust-psp

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

add scePsmf and scePsmfPlayer #57

Closed sajattack closed 2 years ago

MaxVerevkin commented 2 years ago

This PR breaks PSP E1000 support. I'm getting the following error: The game could not be started. (8002013C) (my code does not use any of the new functions).

overdrivenpotato commented 2 years ago

Do you have a recent rustc --version from within the last few days? If so, it's an unrelated issue that will be fixed by #118

MaxVerevkin commented 2 years ago

Thanks for the reply, can confirm that #118 fixes it.