Skip to content

Commit

Permalink
scripts: waifulib: psvita: set default title id and app name to just …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
a1batross committed Jan 31, 2025
1 parent 94b2c0b commit 9759b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/waifulib/psvita.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def apply_fself(self):
def apply_sfo(self):
fselffile = self.fself_task.outputs[0]
in_nodes = [fselffile]
scetitleid = getattr(self, 'title_id', None)
sceappname = getattr(self, 'app_name', None)
scetitleid = getattr(self, 'title_id', 'TEST10000')
sceappname = getattr(self, 'app_name', 'test')

sfofile = fselffile.change_ext('.sfo')
out_nodes = [sfofile]
Expand Down

0 comments on commit 9759b80

Please sign in to comment.