Andrea Ciliberti
2 years ago
13 changed files with 46 additions and 46 deletions
@ -1,3 +1,2 @@ |
|||||||
pub use crate::console::Console; |
pub use crate::console::Console; |
||||||
pub use crate::gfx::Gfx; |
pub use crate::services::{gfx::Gfx, hid::KeyPad, soc::Soc, Apt, Hid}; |
||||||
pub use crate::services::{hid::KeyPad, soc::Soc, Apt, Hid}; |
|
||||||
|
@ -1,3 +1,5 @@ |
|||||||
|
//! Read-Only Memory FileSystem
|
||||||
|
//!
|
||||||
//! This module only gets compiled if the configured RomFS directory is found and the `romfs`
|
//! This module only gets compiled if the configured RomFS directory is found and the `romfs`
|
||||||
//! feature is enabled.
|
//! feature is enabled.
|
||||||
//!
|
//!
|
Loading…
Reference in new issue