scripts: waifulib: psvita: set default title id and app name to just test

This commit is contained in:
Alibek Omarov 2025-01-31 09:10:39 +03:00
parent 94b2c0b443
commit 9759b80b78

View file

@ -83,8 +83,8 @@ def apply_fself(self):
def apply_sfo(self): def apply_sfo(self):
fselffile = self.fself_task.outputs[0] fselffile = self.fself_task.outputs[0]
in_nodes = [fselffile] in_nodes = [fselffile]
scetitleid = getattr(self, 'title_id', None) scetitleid = getattr(self, 'title_id', 'TEST10000')
sceappname = getattr(self, 'app_name', None) sceappname = getattr(self, 'app_name', 'test')
sfofile = fselffile.change_ext('.sfo') sfofile = fselffile.change_ext('.sfo')
out_nodes = [sfofile] out_nodes = [sfofile]