diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-16 02:55:32 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-16 02:55:32 (GMT) |
commit | 71b51f2763000108fad8f024f58e56c13228a243 (patch) | |
tree | 45e7ff204e87b2b316333502f7e2c6fea6346d5a /abs/core-testing/mythinstall/installsettings.cpp | |
parent | 7808b3fea49dbcf03b71d8900cef4a68f99a1ade (diff) | |
download | linhes_pkgbuild-71b51f2763000108fad8f024f58e56c13228a243.zip linhes_pkgbuild-71b51f2763000108fad8f024f58e56c13228a243.tar.gz linhes_pkgbuild-71b51f2763000108fad8f024f58e56c13228a243.tar.bz2 |
mythinstall:fixed mednafen.
Diffstat (limited to 'abs/core-testing/mythinstall/installsettings.cpp')
-rwxr-xr-x | abs/core-testing/mythinstall/installsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/mythinstall/installsettings.cpp b/abs/core-testing/mythinstall/installsettings.cpp index 61aaf26..8118132 100755 --- a/abs/core-testing/mythinstall/installsettings.cpp +++ b/abs/core-testing/mythinstall/installsettings.cpp @@ -4190,7 +4190,7 @@ void writesettings () myfile << "mythstream=\"" + hostparm.ThisHostpluginmythstream + "\"\n"; myfile << "mythvodka=\"" +hostparm.ThisHostpluginmythvodka + "\"\n"; myfile << "miro=\"" + hostparm.ThisHostMiro + "\"\n"; - myfile << "xe=\"" + hostparm.ThisHostpluginmythgameMednafen + "\"\n"; + myfile << "mednafen=\"" + hostparm.ThisHostpluginmythgameMednafen + "\"\n"; myfile << "romdb=\"" + hostparm.ThisHostpluginmythgameROMDB + "\"\n"; myfile << "xine=\"" + hostparm.ThisHostXine + "\"\n"; myfile << "webmin=\"" + hostparm.ThisHostwebmin + "\"\n"; |