# | Line 188 | Line 188 | int main(int argc, char **argv) | |
---|---|---|
188 | QuitEmulator(); | |
189 | } | |
190 | ||
191 | + | if (FindTask((UBYTE *) "« Enforcer »")) |
192 | + | { |
193 | + | ErrorAlert(STR_ENFORCER_RUNNING_ERR); |
194 | + | QuitEmulator(); |
195 | + | } |
196 | + | |
197 | // These two can fail (the respective gfx support won't be available, then) | |
198 | P96Base = OpenLibrary((UBYTE *)"Picasso96API.library", 2); | |
199 | CyberGfxBase = OpenLibrary((UBYTE *)"cybergraphics.library", 2); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |