mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-29 17:34:16 +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);
|
alignedSize = util::AlignUp(size, align);
|
||||||
address = pAddress;
|
address = pAddress;
|
||||||
|
|
||||||
// TODO: pin init
|
|
||||||
|
|
||||||
allocated = true;
|
allocated = true;
|
||||||
|
|
||||||
return PosixResult::Success;
|
return PosixResult::Success;
|
||||||
|
Loading…
Reference in New Issue
Block a user