Browse Source

Removed false statement

pull/92/head
Andrea Ciliberti 2 years ago
parent
commit
67c1bc9d9f
  1. 1
      ctru-rs/src/services/ps.rs

1
ctru-rs/src/services/ps.rs

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
//! Process Services (PS) module. This is used for miscellaneous utility tasks, but
//! is particularly important because it is used to generate random data, which
//! is required for common things like [`HashMap`](std::collections::HashMap).
//! That's why this is the only service initialised automatically.
//! See also <https://www.3dbrew.org/wiki/Process_Services>
use crate::error::ResultCode;

Loading…
Cancel
Save