mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
kern: mem access prep for svc streams, TODO_IMPLEMENT -> UNIMPLEMENTED
This commit is contained in:
parent
40980904f7
commit
34fb48b412
11 changed files with 396 additions and 25 deletions
|
@ -291,7 +291,7 @@ namespace ams::kern::board::nintendo::nx {
|
|||
}
|
||||
|
||||
void KSystemControl::ReadWriteRegister(u32 *out, ams::svc::PhysicalAddress address, u32 mask, u32 value) {
|
||||
MESOSPHERE_TODO_IMPLEMENT();
|
||||
MESOSPHERE_UNIMPLEMENTED();
|
||||
}
|
||||
|
||||
/* Randomness. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue