Crate psp[][src]

Re-exports

pub use panic::catch_unwind;

Modules

Panic support for the PSP.

PSP OS System API

Macros

Like print!, but prints to the PSP screen.

Like println!, but prints to the PSP screen.

Declare a PSP module.

A macro-based VFPU assembler.

Structs

Constants

The screen buffer width is padded from 480 pixels to a power of 2 (512)

PSP screen height in pixels

PSP screen width in pixels

Functions

Execute f iterations times and return average duration per iteration

Enable the home button.

Take a screenshot, returning a raw ARGB (big-endian) array.

Take a screenshot, returning a valid bitmap file.