From 7ec381651a4a19da41c94ce31f014a4f607e414b Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Wed, 23 Jan 2019 08:16:37 +0000 Subject: [PATCH] Use Subfolder for Chihiro stuff, since there will be more roms required later --- src/core/kernel/support/EmuFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/kernel/support/EmuFile.cpp b/src/core/kernel/support/EmuFile.cpp index 1d373d0e6..b04928301 100644 --- a/src/core/kernel/support/EmuFile.cpp +++ b/src/core/kernel/support/EmuFile.cpp @@ -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