RetroArch/runahead/copy_load_info.h

17 lines
317 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 "retro_common_api.h"
#include "libretro.h"
#include "core.h"
#include "boolean.h"
RETRO_BEGIN_DECLS
void set_load_content_info(const retro_ctx_load_content_info_t *ctx);
void set_last_core_type(enum rarch_core_type type);
RETRO_END_DECLS
#endif