-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add buffering for the virtual console device
This speeds up writing to the Uxn virtual console by keeping a separate buffer of chars outside of the Win32 managed console window. Before, for simplicity, we just appended every character one at a time to the console window. Now, we use a timer to flush the char buffer to the console window after a short period, or when the buffer becomes full.
- Loading branch information
Showing
1 changed file
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters