mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
miyoo ifdef fix
This commit is contained in:
parent
a9125fffaa
commit
757ba2f16d
@ -18,7 +18,7 @@
|
|||||||
#include <file/file_path.h>
|
#include <file/file_path.h>
|
||||||
#include <streams/file_stream.h>
|
#include <streams/file_stream.h>
|
||||||
#include <string/stdstring.h>
|
#include <string/stdstring.h>
|
||||||
#if defined(RS90) || defined(MIYOO)
|
#if defined(RS90)
|
||||||
#include <lists/dir_list.h>
|
#include <lists/dir_list.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -317,14 +317,14 @@ int dingux_get_battery_level(void)
|
|||||||
void dingux_get_base_path(char *path, size_t len)
|
void dingux_get_base_path(char *path, size_t len)
|
||||||
{
|
{
|
||||||
const char *home = NULL;
|
const char *home = NULL;
|
||||||
#if defined(RS90) || defined(MIYOO)
|
#if defined(RS90)
|
||||||
struct string_list *dir_list = NULL;
|
struct string_list *dir_list = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!path || (len < 1))
|
if (!path || (len < 1))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#if defined(RS90) || defined(MIYOO)
|
#if defined(RS90)
|
||||||
/* The RS-90 home directory is located on the
|
/* The RS-90 home directory is located on the
|
||||||
* device's internal storage. This has limited
|
* device's internal storage. This has limited
|
||||||
* space (a total of only 256MB), such that it
|
* space (a total of only 256MB), such that it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user