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();
|
||||
}
|
||||
# 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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue