ソースを参照

Update Internal.cpp

Jannis 5 ヶ月 前
コミット
a341008111
1 ファイル変更1 行追加0 行削除
  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++)
 		putchar(ptr[i]);
+	fflush(stdout);
 }
 
 void bf::System::Console::ReopenHandles()