Skip to content

Commit

Permalink
Fix config, fix psx roms
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Mar 14, 2024
1 parent ae1497b commit 2432178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Sony Playstation:
- ps
extensions:
- .cue
- .bin
id: psx
Sony Playstation 2:
aliases:
Expand Down
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def set_target_folder(self, path: str = None):
self.rd.target_folder = p
self.target_folder.setText(self.rd.target_folder)
print(f'Info: Set target folder to {self.rd.target_folder}')
self.rd.save_config()

def reset_target_folder(self):
if self.confirm_prompt(title='Confirm target folder', text=f'Reset target folder to\n'
Expand Down

0 comments on commit 2432178

Please sign in to comment.