mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-30 20:01:00 +00:00
UI: Allow deletion of GE dumps from UI.
This commit is contained in:
parent
d83fe7f53c
commit
926b9e66da
@ -88,6 +88,7 @@ bool GameInfo::Delete() {
|
||||
case IdentifiedFileType::ARCHIVE_RAR:
|
||||
case IdentifiedFileType::ARCHIVE_ZIP:
|
||||
case IdentifiedFileType::ARCHIVE_7Z:
|
||||
case IdentifiedFileType::PPSSPP_GE_DUMP:
|
||||
{
|
||||
const std::string &fileToRemove = filePath_;
|
||||
File::Delete(fileToRemove);
|
||||
|
Loading…
Reference in New Issue
Block a user