# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |