psp2-sys icon indicating copy to clipboard operation
psp2-sys copied to clipboard

Unsafe Rust FFI bindings to the psp2 headers.

Results 2 psp2-sys issues
Sort by recently updated
recently updated
newest added

Hey, Don't merge it yet, still some more work to do. I'm currently rewriting existing files, completing them with documentation. I'm also modifying a little bit of the source code...

When i run "cargo make" i end up with this error : ```bash error[E0152]: found duplicate lang item `eh_personality` --> src/lib.rs:21:1 | 21 | pub extern "C" fn eh_personality() {}...