UI: Fix game installer extension check.
This commit is contained in:
parent
2adc3c668a
commit
1f3d31f687
2 changed files with 1 additions and 2 deletions
|
@ -378,7 +378,6 @@ bool Load_PSP_ELF_PBP(FileLoader *fileLoader, std::string *error_string) {
|
|||
|
||||
Path full_path = fileLoader->GetPath();
|
||||
std::string path = full_path.GetDirectory();
|
||||
std::string extension = full_path.GetFileExtension();
|
||||
std::string file = full_path.GetFilename();
|
||||
|
||||
size_t pos = path.find("PSP/GAME/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue