Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Update spl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
D3fau4 committed Mar 23, 2021
1 parent 93aa715 commit 92f2531
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NightFall/source/spl/spl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ SOFTWARE.*/

namespace spl
{

static constexpr u32 ExosphereHasRcmBugPatch = 65004;
static constexpr u32 ExosphereEmummcType = 65007;

char *GetHardwareType(void)
{
Result ret = 0;
Expand All @@ -37,6 +39,7 @@ namespace spl
"Hoag", // Mariko lite
"Iowa", // Mariko retail
"Calcio", // Mariko prototype
"Aula", // nx-abcd board
"Unknown"};

if (R_FAILED(ret = splGetConfig(SplConfigItem_HardwareType, &hardware_type)))
Expand Down Expand Up @@ -75,4 +78,5 @@ namespace spl
return IsEmummc;
}
}

} // namespace spl

0 comments on commit 92f2531

Please sign in to comment.