Dont keystrokes tx more than once per 1024
This commit is contained in:
@@ -602,7 +602,7 @@ playit(struct rogue_state *rs)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( rs->needflush != 0 )//&& rs->num > 4096 )
|
if ( rs->needflush != 0 && rs->num > 1024 )
|
||||||
{
|
{
|
||||||
if ( flushkeystrokes(rs) == 0 )
|
if ( flushkeystrokes(rs) == 0 )
|
||||||
rs->needflush = 0;
|
rs->needflush = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user