diff options
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 7a5edcd..0ff4e37 100644 --- a/default.cfg +++ b/default.cfg @@ -147,6 +147,10 @@ video { #comment out those two lines and uncomment these #top 11 #bottom 8 + + #these values will completely hide the horizontal border + left 13 + right 14 } } pal { @@ -161,6 +165,10 @@ video { #coment out those two lines and uncomment these #top 30 #bottom 24 + + #these values will completely hide the horizontal border + left 13 + right 14 } } } |