removed auto detected controllers (per game!) from Stella.pro

This commit is contained in:
thrust26 2019-04-05 12:50:47 +02:00
parent 2ad206eac1
commit f716bc47a7
3 changed files with 276 additions and 607 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -15,8 +15,8 @@ if (@ARGV != 2)
usage();
}
# Saves me from having to type these paths *every single time*
$infile = "src/emucore/stella.pro";
$outfile = "src/emucore/DefProps.hxx";
$infile = "../emucore/stella.pro";
$outfile = "../emucore/DefProps.hxx";
}
else
{