mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-09 20:25:29 +00:00
@@ -269,11 +269,13 @@ MiniVMacLauncher::MiniVMacLauncher(po::variables_map &options)
|
|||||||
|
|
||||||
|
|
||||||
CopySystemFile(systemFileName, true);
|
CopySystemFile(systemFileName, true);
|
||||||
CopySystemFile("MacsBug", false);
|
string debuggerFileName(bootblock1.begin() + 0x2B, bootblock1.begin() + 0x2B + bootblock1[0x2A]);
|
||||||
|
CopySystemFile(debuggerFileName, false);
|
||||||
|
|
||||||
if (usesAutQuit7)
|
if (usesAutQuit7)
|
||||||
{
|
{
|
||||||
CopySystemFile("Finder", true);
|
string finderFileName(bootblock1.begin() + 0x1B, bootblock1.begin() + 0x1B + bootblock1[0x1A]);
|
||||||
|
CopySystemFile(finderFileName, true);
|
||||||
CopySystemFile("System 7.5 Update", false);
|
CopySystemFile("System 7.5 Update", false);
|
||||||
if(hfs_chdir(sysvol, "Extensions") != -1)
|
if(hfs_chdir(sysvol, "Extensions") != -1)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user