mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:35:12 +01:00
Remove completed nvmap TODO
Pins have been implemented so the to-do is no longer needed.
This commit is contained in:
parent
d2d181725f
commit
1b453c04ca
@ -34,8 +34,6 @@ namespace skyline::service::nvdrv::core {
|
||||
alignedSize = util::AlignUp(size, align);
|
||||
address = pAddress;
|
||||
|
||||
// TODO: pin init
|
||||
|
||||
allocated = true;
|
||||
|
||||
return PosixResult::Success;
|
||||
@ -225,4 +223,4 @@ namespace skyline::service::nvdrv::core {
|
||||
|
||||
return freeInfo;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user