mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Update Internal.cpp
This commit is contained in:
parent
4b660b2314
commit
a341008111
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue