This commit is contained in:
twinaphex 2016-09-12 16:39:50 +02:00
parent cdc5eb4fac
commit e42034ebd8
6 changed files with 20 additions and 7 deletions

View File

@ -22,6 +22,11 @@
#include <3ds.h>
#include <file/file_path.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifndef IS_SALAMANDER
#include <lists/file_list.h>
#endif

View File

@ -24,6 +24,10 @@
#include <gccore.h>
#include <ogcsys.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#if defined(HW_RVL) && !defined(IS_SALAMANDER)
#include <rthreads/rthreads.h>
#include "../../memory/wii/mem2_manager.h"

View File

@ -14,10 +14,9 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../frontend_driver.h"
#include <stdint.h>
#include <string.h>
#include "../frontend_driver.h"
frontend_ctx_driver_t frontend_ctx_null = {
NULL, /* environment_get */

View File

@ -18,6 +18,10 @@
#include <stddef.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifdef VITA
#include <psp2/moduleinfo.h>
#include <psp2/power.h>

View File

@ -22,6 +22,11 @@
#include <xgraphics.h>
#include <file/file_path.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifndef IS_SALAMANDER
#include <lists/file_list.h>
#endif

View File

@ -23,10 +23,6 @@
#include <boolean.h>
#include <retro_common_api.h>
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
RETRO_BEGIN_DECLS
enum frontend_powerstate