Anri-chan/Source/config old.ini

From SDA Knowledge Base

< Anri-chan‎ | Source
Revision as of 18:44, 18 October 2008 by Njahnke (Talk | contribs)

Jump to: navigation, search
#!/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