mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-24 01:54:58 +00:00
Fix missing includes (stdio.h)
This commit is contained in:
parent
681ffd3f53
commit
ed6b8e34ab
@ -16,6 +16,7 @@
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#include "zlib.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Core/System.h"
|
||||
#include "Core/FileSystems/MetaFileSystem.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "Core/MIPS/MIPSVFPUUtils.h"
|
||||
|
||||
#include <limits>
|
||||
#include <stdio.h>
|
||||
|
||||
#define V(i) (currentMIPS->v[voffset[i]])
|
||||
#define VI(i) (currentMIPS->vi[voffset[i]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user