Misc fixes (accept .prx, work on power callbacks, bugs)

This commit is contained in:
Henrik Rydgard 2012-11-10 10:15:11 +01:00
parent 3a1b9e28df
commit 387552f564
17 changed files with 304 additions and 58 deletions

View file

@ -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++)