(Salamander) Fix Salamander targets

This commit is contained in:
twinaphex 2014-10-22 00:28:56 +02:00
parent 187d4362ca
commit 6849f4f18c
6 changed files with 0 additions and 8 deletions

View File

@ -21,7 +21,6 @@
#include "../conf/config_file.h"
#include "../general.h"
#include "../file.h"
#include "../file_ext.h"
#include <file/file_path.h>
#include "../dir_list.h"

View File

@ -26,11 +26,8 @@
#include "../../../general.h"
#include "../../../gfx/gfx_common.h"
#include "../../../config.def.h"
#include "../../../file.h"
#include "../../../dynamic.h"
#include <compat/posix_string.h>
#include "../../../performance.h"
#include "../../../input/input_common.h"
#include "../../../settings_data.h"
#include "../../../screenshot.h"

View File

@ -21,7 +21,6 @@
#include "../../libretro_private.h"
#include "../../gfx/gx/sdk_defines.h"
#include "../../file.h"
#include <file/file_path.h>
#if defined(HW_RVL) && !defined(IS_SALAMANDER)

View File

@ -21,7 +21,6 @@
#include "../../conf/config_file.h"
#include "../../general.h"
#include "../../file.h"
#include <file/file_path.h>
#define EMULATOR_CONTENT_DIR "SSNE10000"

View File

@ -26,7 +26,6 @@
#include <string.h>
#include "../../gfx/psp/sdk_defines.h"
#include "../../file.h"
#include <file/file_path.h>
#include "../../general.h"

View File

@ -41,7 +41,6 @@ extern uint8_t _binary_wii_app_booter_app_booter_bin_end[];
#define booter_end _binary_wii_app_booter_app_booter_bin_end
#include "../../retroarch_logger.h"
#include "../../file.h"
#ifdef IS_SALAMANDER
char gx_rom_path[PATH_MAX];