ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/main_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/main_amiga.cpp (file contents):
Revision 1.22 by jlachmann, 2002-06-23T08:27:05Z vs.
Revision 1.23 by cebix, 2002-09-01T12:01:46Z

# Line 192 | Line 192 | int main(int argc, char **argv)
192                  QuitEmulator();
193          }
194  
195 <        if (FindTask((UBYTE *) "« Enforcer »"))
196 <                {
195 >        if (FindTask((UBYTE *) "« Enforcer »")) {
196                  ErrorAlert(STR_ENFORCER_RUNNING_ERR);
197                  QuitEmulator();
198 <                }
198 >        }
199  
200          // These two can fail (the respective gfx support won't be available, then)
201          P96Base = OpenLibrary((UBYTE *) "Picasso96API.library", 2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines