Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
kat5200 - Move the default db3 file to home directory to avoid "weird…
Browse files Browse the repository at this point in the history
  • Loading branch information
zerojay committed Nov 24, 2017
1 parent 484af1a commit 7328c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scriptmodules/emulators/kat5200.sh
Expand Up @@ -45,9 +45,9 @@ function install_kat5200() {

function configure_kat5200() {
mkRomDir "atari5200"
rm /etc/kat5200/kat5200.db3

mkUserDir "$home/.kat5200"
mv "/etc/kat5200/kat5200.db3" "$home/.kat5200/"
chown $user:$user "$home/.kat5200/kat5200.db3"
moveConfigDir "$home/.kat5200" "$md_conf_root/kat5200"

addEmulator 1 "kat5200" "atari5200" "$md_inst/bin/kat5200 %ROM%"
Expand Down

0 comments on commit 7328c1d

Please sign in to comment.