mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Buildfix.
This commit is contained in:
parent
8b6eea7df4
commit
f5642f11af
@ -21,7 +21,7 @@
|
||||
#include "Common/Log.h"
|
||||
#include "Core/ELF/PBPReader.h"
|
||||
|
||||
PBPReader::PBPReader(const char *filename) {
|
||||
PBPReader::PBPReader(const char *filename) : header_() {
|
||||
file_ = fopen(filename, "rb");
|
||||
if (!file_) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user