mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Salamander) Fix Salamander targets
This commit is contained in:
parent
187d4362ca
commit
6849f4f18c
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../../gfx/psp/sdk_defines.h"
|
||||
#include "../../file.h"
|
||||
#include <file/file_path.h>
|
||||
#include "../../general.h"
|
||||
|
||||
|
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user