This commit is contained in:
Henrik Rydgard 2012-12-01 12:36:52 +01:00
parent 815c3240bc
commit 4393dc02a6

View File

@ -15,6 +15,8 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include <stdio.h>
#include <string.h>
#include "../Globals.h"
#include "ParamSFO.h"
@ -96,4 +98,4 @@ bool ParseParamSFO(const u8 *paramsfo, size_t size, ParamSFOData *data)
}
return true;
}
}