Quellcode durchsuchen

Update Internal.cpp

Jannis vor 5 Monaten
Ursprung
Commit
a341008111
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      BeefRT/rt/Internal.cpp

+ 1 - 0
BeefRT/rt/Internal.cpp

@@ -306,6 +306,7 @@ void bf::System::Console::PutChars(char* ptr, int len)
 
 
 	for (int i = 0; i < len; i++)
 	for (int i = 0; i < len; i++)
 		putchar(ptr[i]);
 		putchar(ptr[i]);
+	fflush(stdout);
 }
 }
 
 
 void bf::System::Console::ReopenHandles()
 void bf::System::Console::ReopenHandles()