mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Break out AtracTrack into its own file. Add a little atrac analysis tool to ImDebugger (for future use)
This commit is contained in:
@@ -326,6 +326,9 @@ bool MainUI::HandleCustomEvent(QEvent *e) {
|
||||
case BrowseFileType::ZIP:
|
||||
filter = "ZIP files (*.zip)";
|
||||
break;
|
||||
case BrowseFileType::ATRAC3:
|
||||
filter = "AT3 files (*.at3)";
|
||||
break;
|
||||
case BrowseFileType::ANY:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user