mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
GUI: Increase console buffer size to 1024 lines
This commit is contained in:
parent
10b0624223
commit
a9892cad18
@ -68,8 +68,8 @@ public:
|
||||
|
||||
protected:
|
||||
enum {
|
||||
kBufferSize = 32768,
|
||||
kCharsPerLine = 128,
|
||||
kBufferSize = kCharsPerLine * 1024,
|
||||
|
||||
kHistorySize = 20
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user