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 21:04:03 -08:00
parent 6e4dc3f46c
commit 13ec384dbe
32 changed files with 47 additions and 17 deletions
+1
View File
@@ -15,6 +15,7 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "ppsspp_config.h"
#include <algorithm>
#include <deque>
#include <mutex>