mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-18 00:07:23 +00:00
Move rarch_content_type to paths.h
This commit is contained in:
parent
12949420b6
commit
0c48555ba2
8
paths.h
8
paths.h
@ -21,6 +21,14 @@
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
enum rarch_content_type
|
||||
{
|
||||
RARCH_CONTENT_NONE = 0,
|
||||
RARCH_CONTENT_MOVIE,
|
||||
RARCH_CONTENT_MUSIC,
|
||||
RARCH_CONTENT_IMAGE
|
||||
};
|
||||
|
||||
void path_init_savefile(void);
|
||||
|
||||
void path_fill_names(void);
|
||||
|
10
retroarch.h
10
retroarch.h
@ -83,14 +83,6 @@ enum rarch_ctl_state
|
||||
|
||||
};
|
||||
|
||||
enum rarch_content_type
|
||||
{
|
||||
RARCH_CONTENT_NONE = 0,
|
||||
RARCH_CONTENT_MOVIE,
|
||||
RARCH_CONTENT_MUSIC,
|
||||
RARCH_CONTENT_IMAGE
|
||||
};
|
||||
|
||||
enum rarch_capabilities
|
||||
{
|
||||
RARCH_CAPABILITIES_NONE = 0,
|
||||
@ -146,8 +138,6 @@ void retroarch_override_setting_free_state(void);
|
||||
|
||||
bool retroarch_override_setting_is_set(enum rarch_override_setting enum_idx);
|
||||
|
||||
enum rarch_content_type retroarch_path_is_media_type(const char *path);
|
||||
|
||||
const char *retroarch_get_current_savefile_dir(void);
|
||||
|
||||
bool retroarch_validate_game_options(char *s, size_t len, bool mkdir);
|
||||
|
Loading…
Reference in New Issue
Block a user