mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
rsfの整理
Releaseビルド時に開発ciaを指定している場合警告を出すように git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@186 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
65de673db2
commit
b87a4bcaeb
@ -1,12 +1,12 @@
|
||||
BasicInfo:
|
||||
Title : TitleEraser
|
||||
ProductCode: TitleEraser
|
||||
ProductCode: CTR-P-237A
|
||||
BackupMemoryType: None
|
||||
|
||||
TitleInfo:
|
||||
Use: Evaluation
|
||||
Category: Application
|
||||
UniqueId: 0xf8021
|
||||
UniqueId: 0xf802D
|
||||
Version: 0
|
||||
|
||||
SystemControlInfo:
|
||||
@ -28,14 +28,6 @@ AccessControlInfo:
|
||||
Priority : 16
|
||||
DisableDebug : true
|
||||
|
||||
FileSystemAccess:
|
||||
- Debug
|
||||
- Core
|
||||
- CategoryFileSystemTool
|
||||
|
||||
IoAccessControl:
|
||||
- FsMountNand
|
||||
|
||||
Option:
|
||||
FreeProductCode: true
|
||||
|
||||
|
||||
@ -86,6 +86,10 @@ const wchar_t* ROM_NUP_VERSION_PATH[] =
|
||||
#warning !! Using Development Nup Version cia on Release Build !!
|
||||
#endif
|
||||
#else
|
||||
#ifndef NN_BUILD_RELEASE
|
||||
#warning !! Using Product Nup Version cia on Development Build !!
|
||||
#endif
|
||||
|
||||
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
|
||||
L"rom:/000400DB00016102-0_0_0-nup.version.EU.master.ols.cia" // EU
|
||||
|
||||
Loading…
Reference in New Issue
Block a user