pspsdk 0.0.2

A SDK for creating PSP modules, including both PRX plugins and regular homebrew apps.
Documentation
1
2
3
4
5
6
7
//! OS-specific functionality.

pub use io_core::sys::{AsInner, AsInnerMut, FromInner, IntoInner};

pub mod fd;

pub(crate) mod stdio;