Build: Explicitly include ppsspp_config.h.

This adds it to all files that use it.  Not all our builds include the
file.
This commit is contained in:
Unknown W. Brackets 2021-03-02 20:42:55 -08:00
parent 6e4dc3f46c
commit 13ec384dbe
32 changed files with 47 additions and 17 deletions

View file

@ -15,7 +15,8 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "Instance.h"
#include "ppsspp_config.h"
#include "Core/Instance.h"
#if !PPSSPP_PLATFORM(WINDOWS) && !PPSSPP_PLATFORM(ANDROID) && !defined(__LIBRETRO__)
#include <unistd.h>