Misc fixes (accept .prx, work on power callbacks, bugs)
This commit is contained in:
parent
3a1b9e28df
commit
387552f564
17 changed files with 304 additions and 58 deletions
|
@ -170,7 +170,7 @@ namespace MainWindow
|
|||
|
||||
filter += "PSP";
|
||||
filter += "|";
|
||||
filter += "*.pbp;*.elf;*.iso;*.cso;";
|
||||
filter += "*.pbp;*.elf;*.iso;*.cso;*.prx";
|
||||
filter += "|";
|
||||
filter += "|";
|
||||
for (int i=0; i<(int)filter.length(); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue