mirror of https://github.com/stella-emu/stella.git
removed auto detected controllers (per game!) from Stella.pro
This commit is contained in:
parent
2ad206eac1
commit
f716bc47a7
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -15,8 +15,8 @@ if (@ARGV != 2)
|
||||||
usage();
|
usage();
|
||||||
}
|
}
|
||||||
# Saves me from having to type these paths *every single time*
|
# Saves me from having to type these paths *every single time*
|
||||||
$infile = "src/emucore/stella.pro";
|
$infile = "../emucore/stella.pro";
|
||||||
$outfile = "src/emucore/DefProps.hxx";
|
$outfile = "../emucore/DefProps.hxx";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue