mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 10:25:08 -04:00
stratosphere: stop using kernelAbove
This commit is contained in:
parent
b5dd621250
commit
41f5b39f6b
11 changed files with 34 additions and 34 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "ldr_map.hpp"
|
||||
|
||||
Result MapUtils::LocateSpaceForMap(u64 *out, u64 out_size) {
|
||||
if (kernelAbove200()) {
|
||||
if ((GetRuntimeFirmwareVersion() >= FirmwareVersion_200)) {
|
||||
return LocateSpaceForMapModern(out, out_size);
|
||||
} else {
|
||||
return LocateSpaceForMapDeprecated(out, out_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue