Remove completed nvmap TODO

Pins have been implemented so the to-do is no longer needed.
This commit is contained in:
Billy Laws 2021-11-01 17:09:20 +00:00 committed by PixelyIon
parent d2d181725f
commit 1b453c04ca
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}
}
}