macro_rules! module {
($name:expr, $version_major:expr, $version_minor: expr) => { ... };
}Expand description
Declare a PSP module.
You must also define a fn psp_main() { ... } function in conjunction with
this macro.
macro_rules! module {
($name:expr, $version_major:expr, $version_minor: expr) => { ... };
}Declare a PSP module.
You must also define a fn psp_main() { ... } function in conjunction with
this macro.