mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says he might remove it completly in a future version)
svn-id: r21550
This commit is contained in:
parent
a30d832ee0
commit
2fd027846e
@ -32,6 +32,11 @@
|
||||
|
||||
#include "scummvm.xpm"
|
||||
|
||||
#if defined(__amigaos4__)
|
||||
// Set the stack cookie, 640 KB should be enough for everyone
|
||||
const char* stackCookie = "$STACK: 655360\0";
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && defined(NO_CONSOLE)
|
||||
#include <cstdio>
|
||||
#define STDOUT_FILE TEXT("stdout.txt")
|
||||
|
@ -143,11 +143,6 @@ const char *gScummVMFeatures = ""
|
||||
#endif
|
||||
;
|
||||
|
||||
#if defined(__amigaos4__)
|
||||
// Set the stack cookie, 640 KB should be enough for everyone
|
||||
const char* stackCookie = "$STACK: 655360\0";
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The debug level. Initially set to -1, indicating that no debug output
|
||||
* should be shown. Positive values usually imply an increasing number of
|
||||
|
Loading…
x
Reference in New Issue
Block a user