ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/BeOS/main_beos.cpp
(Generate patch)

Comparing SheepShaver/src/BeOS/main_beos.cpp (file contents):
Revision 1.22 by asvitkine, 2009-08-26T00:11:56Z vs.
Revision 1.23 by asvitkine, 2009-09-21T03:34:14Z

# Line 474 | Line 474 | void SheepShaver::StartEmulator(void)
474          D(bug("DR Emulator area %ld at %p\n", dr_emulator_area, DREmulatorAddr));
475  
476          // Initialize everything
477 <        if (!InitAll()) {
477 >        if (!InitAll(NULL)) {
478                  PostMessage(B_QUIT_REQUESTED);
479                  return;
480          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines