Add rarch_dir_type

This commit is contained in:
twinaphex 2016-10-01 23:22:40 +02:00
parent a42b847c56
commit 72fff59efd

9
dirs.h
View File

@ -21,6 +21,15 @@
RETRO_BEGIN_DECLS
enum rarch_dir_type
{
RARCH_DIR_NONE = 0,
RARCH_DIR_SAVEFILE,
RARCH_DIR_SAVESTATE,
RARCH_DIR_SYSTEM,
RARCH_DIR_OSK_OVERLAY
};
/* init functions */
bool dir_init_shader(void);