1BasicInfo: 2 # Specifies the title name of the program. 3 Title : demo1 4 5Rom: 6 # Specifies the file root that is included in the ROM. 7 # Files under this path will be loaded from the file system that the ROM includes. 8 HostRoot : ../romfiles 9 10 # Specify the save data size of the downloadable application. 11 # Required when creating a downloadable application (CIA). 12 SaveDataSize: 512K 13 14TitleInfo: 15 UniqueId: 0xff3ff 16 # Specify "Demo" in the application type 17 Category: Demo 18 DemoIndex: 1 19