mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 17:19:42 +00:00
Fix copy/paste fail
This commit is contained in:
parent
1c17c9138e
commit
8a0b766f62
@ -95,8 +95,6 @@ public:
|
||||
lock_guard lock(info_->lock);
|
||||
if (pbp.GetSubFileSize(PBP_PIC1_PNG) > 0)
|
||||
pbp.GetSubFileAsString(PBP_PIC1_PNG, &info_->pic1TextureData);
|
||||
if (pbp.GetSubFileSize(PBP_PIC1_PNG) > 0)
|
||||
pbp.GetSubFileAsString(PBP_PIC1_PNG, &info_->pic1TextureData);
|
||||
}
|
||||
}
|
||||
} else if (endsWith(gamePath_, ".elf") || endsWith(gamePath_, ".prx")) {
|
||||
|
Loading…
Reference in New Issue
Block a user