mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
also dump debug to stdout in ce
svn-id: r26711
This commit is contained in:
parent
1ebae7f054
commit
424b738d5b
@ -415,12 +415,10 @@ static void debugHelper(const char *in_buf, bool caret = true) {
|
||||
strcpy(buf, in_buf);
|
||||
}
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
if (caret)
|
||||
printf("%s\n", buf);
|
||||
else
|
||||
printf("%s", buf);
|
||||
#endif
|
||||
|
||||
#if defined( USE_WINDBG )
|
||||
if (caret)
|
||||
|
Loading…
x
Reference in New Issue
Block a user