RetroArch/runahead/copy_load_info.h

20 lines
323 B
C
Raw Normal View History

2018-03-28 19:22:07 +00:00
#ifndef __COPY_LOAD_INFO_H__
#define __COPY_LOAD_INFO_H__
#include <boolean.h>
2018-04-08 18:25:43 +00:00
#include <libretro.h>
#include <retro_common_api.h>
#include "../core.h"
2018-03-28 19:22:07 +00:00
RETRO_BEGIN_DECLS
void set_load_content_info(const retro_ctx_load_content_info_t *ctx);
2018-04-08 18:25:43 +00:00
2018-03-28 19:22:07 +00:00
void set_last_core_type(enum rarch_core_type type);
RETRO_END_DECLS
#endif