notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0069615
)
frontend: flush emuLog
author
notaz
<notasas@gmail.com>
Mon, 1 Apr 2013 23:06:00 +0000
(
02:06
+0300)
committer
notaz
<notasas@gmail.com>
Mon, 1 Apr 2013 23:06:00 +0000
(
02:06
+0300)
nothing should be writing to that too often
frontend/main.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/main.c
b/frontend/main.c
index
2cf5ee0
..
2ef5f52
100644
(file)
--- a/
frontend/main.c
+++ b/
frontend/main.c
@@
-795,6
+795,7
@@
void SysPrintf(const char *fmt, ...) {
va_start(list, fmt);
vfprintf(emuLog, fmt, list);
va_end(list);
+ fflush(emuLog);
}
#else