blob: c71b684b6f3d227b58e2bb9b244e2277fb37331f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// GUI Plugin Configuration
//
// Enable I'm Alive?
imalive_on: 0
// How often to display I'm Alive (in seconds)
imalive_time: 30
// Enable GUI flushing for Mugendai's GUI?
flush_on: 0
// How often to flush the buffer on-screen (in seconds)
flush_time: 60
|