You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
I made minimal-rust-psvita-example running without using vitasdk's build-essentials like gcc or ld. It currently uses compiled stubs libraries and toolchain tools like vita-elf-create. I am trying to not rely on vita-elf-create and compiled stubs libraries next. Next I would like to have psp2-sys bindings generation, fetching from vitasdk/vita-headers
The text was updated successfully, but these errors were encountered:
I remade minimal-rust-psvita-example as rust-psvita for my vision of this project. It's basically rust-psp but for vita, and relies in some parts on vitasdk's toolchain as i mentioned above. I don't know yet but the next logical step would be psp2-sys generation.
For now i would like to know your thoughts about this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I made minimal-rust-psvita-example running without using vitasdk's build-essentials like gcc or ld. It currently uses compiled stubs libraries and toolchain tools like
vita-elf-create
. I am trying to not rely onvita-elf-create
and compiled stubs libraries next. Next I would like to havepsp2-sys
bindings generation, fetching from vitasdk/vita-headersThe text was updated successfully, but these errors were encountered: