Improved a few details.

This commit is contained in:
DarwinNE 2019-12-21 13:27:35 +01:00
parent 0df7517c16
commit 4524604aae

View File

@ -1,5 +1,5 @@
/*
Copyright 2012 Wolfgang Thaller.
Copyright 2012-2019 Wolfgang Thaller, Davide Bucci
This file is part of Retro68.
@ -447,7 +447,7 @@ void IConsole::Update()
// InvertRect(&r);
cursorDrawn = !cursorDrawn;
}
#if TARGET_API_MAC_CARBON
QDFlushPortBuffer(consolePort,NULL);
#endif