Use Subfolder for Chihiro stuff, since there will be more roms required later
This commit is contained in:
parent
c6ee38b5d9
commit
7ec381651a
|
@ -203,7 +203,7 @@ void CxbxFormatPartitionByHandle(HANDLE hFile)
|
|||
printf("Formatted EmuDisk Partition%d\n", CxbxGetPartitionNumberFromHandle(hFile));
|
||||
}
|
||||
|
||||
const std::string MediaBoardRomFile = "fpr21042_m29w160et.bin";
|
||||
const std::string MediaBoardRomFile = "Chihiro\\fpr21042_m29w160et.bin";
|
||||
const std::string DrivePrefix = "\\??\\";
|
||||
const std::string DriveSerial = DrivePrefix + "serial:";
|
||||
const std::string DriveCdRom0 = DrivePrefix + "CdRom0:"; // CD-ROM device
|
||||
|
|
Loading…
Reference in New Issue