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

Commit 92f2531

Browse files
committed
Update spl.cpp
1 parent 93aa715 commit 92f2531

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NightFall/source/spl/spl.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ SOFTWARE.*/
2525

2626
namespace spl
2727
{
28+
2829
static constexpr u32 ExosphereHasRcmBugPatch = 65004;
2930
static constexpr u32 ExosphereEmummcType = 65007;
31+
3032
char *GetHardwareType(void)
3133
{
3234
Result ret = 0;
@@ -37,6 +39,7 @@ namespace spl
3739
"Hoag", // Mariko lite
3840
"Iowa", // Mariko retail
3941
"Calcio", // Mariko prototype
42+
"Aula", // nx-abcd board
4043
"Unknown"};
4144

4245
if (R_FAILED(ret = splGetConfig(SplConfigItem_HardwareType, &hardware_type)))
@@ -75,4 +78,5 @@ namespace spl
7578
return IsEmummc;
7679
}
7780
}
81+
7882
} // namespace spl

0 commit comments

Comments
 (0)