mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
警告対策
Releaseビルド時にDev用ciaをリンクしていた場合警告を出すように git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@183 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
43986cf18b
commit
6ff3d47747
@ -118,6 +118,7 @@ nn::Result GetSystemVersion(common::VerDef* mVerData, nn::cfg::CTR::CfgRegionCod
|
||||
NN_UTIL_RETURN_IF_FAILED(result);
|
||||
result = GetNupVersion(&mVerData->nup, region);
|
||||
NN_UTIL_RETURN_IF_FAILED(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -82,6 +82,9 @@ const wchar_t* ROM_NUP_VERSION_PATH[] =
|
||||
L"rom:/000400DB00016202-0_0_0-nup.version.JP-UnfixedKey.cia", // JP
|
||||
L"rom:/000400DB00016302-0_0_0-nup.version.US-UnfixedKey.cia", // US
|
||||
L"rom:/000400DB00016102-0_0_0-nup.version.EU-UnfixedKey.cia" // EU
|
||||
#ifdef NN_BUILD_RELEASE
|
||||
#warning !! Using Development Nup Version cia on Release Build !!
|
||||
#endif
|
||||
#else
|
||||
L"rom:/000400DB00016202-0_0_0-nup.version.JP.master.ols.cia", // JP
|
||||
L"rom:/000400DB00016302-0_0_0-nup.version.US.master.ols.cia", // US
|
||||
|
||||
Loading…
Reference in New Issue
Block a user