TheOfficialFloW / VitaShell

Multi-functional file manager for PS Vita
GNU General Public License v3.0
1.4k stars 224 forks source link

Changed how content type is determined and some research about psm/theme promotion. #514

Closed TheRadziu closed 5 years ago

TheRadziu commented 5 years ago

Old method int res, is_app = (app_path[6] == 'p'); was simply bad, now type is determined by argument to refreshNeeded, it should allow people to easily add theme or psm support (which would/might require way different refresh code).

TheRadziu commented 5 years ago

additional notes regarding PSM and theme promotion (for everyone willing to dig deeper into this and hopefully make it happen in the future):

edit: as someone suggested just now, key to getting theme promotion might be hooking to the Promoter function, installing NoNpDRM-like theme via bgdl method and then examine what it actually does to theme while its getting promoted. PSM on the other hand wont be as easy since we have no comparison how exactly was psm handled back then.