46 |
|
extern void FlushCodeCache(void *start, uint32 size); // Code was patched, flush caches if neccessary |
47 |
|
extern void QuitEmulator(void); // Quit emulator |
48 |
|
extern void ErrorAlert(const char *text); // Display error alert |
49 |
+ |
extern void ErrorAlert(int string_id); |
50 |
|
extern void WarningAlert(const char *text); // Display warning alert |
51 |
+ |
extern void WarningAlert(int string_id); |
52 |
|
extern bool ChoiceAlert(const char *text, const char *pos, const char *neg); // Display choice alert |
53 |
|
|
54 |
|
// Interrupt flags |