overdrivenpotato / rust-psp

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

Sprite Drawing Example #145

Open originals1n opened 1 year ago

originals1n commented 1 year ago

Made a simple sprite drawing example based on different available resources. Requesting a review to make sure there were no unnecessary calls in the code (except the unreachable code at the end to make sure the user remembers to exit the context safely).