Difference between revisions of "Anri-chan/Source/config old.ini"

From SDA Knowledge Base

Jump to: navigation, search
(start of config.pl)
 
(No difference)

Revision as of 18:44, 18 October 2008

#!/usr/bin/perl -w
use warnings;
use strict 'subs';

$language = "dutch";

$gba_crop_left = 43;
$gba_crop_top = 39;
$gba_crop_right = 44;
$gba_crop_bottom = 41;

$gb_crop_left = 80;
$gb_crop_top = 48;
$gb_crop_right = 80;
$gb_crop_bottom = 48;

#for mplayer/mencoder
$really_quiet = "-really-quiet";
Personal tools