mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
(Salamander) Move include of file.h below SSNES_ERR/SSNES_WARN/SSNES_LOG
defines in Salamander
This commit is contained in:
parent
1bfba2f575
commit
6ab12d1844
@ -33,7 +33,6 @@
|
||||
|
||||
#include "../../compat/strl.h"
|
||||
#include "../../conf/config_file.h"
|
||||
#include "../../file.h"
|
||||
|
||||
#if defined(_XBOX)
|
||||
#include "../../msvc/msvc_compat.h"
|
||||
@ -69,6 +68,8 @@
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
#include "../../file.h"
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
static uint8_t np_pool[NP_POOL_SIZE];
|
||||
char contentInfoPath[MAX_PATH_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user