Added the missing file

This commit is contained in:
Dwedit 2018-03-28 17:14:20 -05:00
parent f5e0346fc2
commit 361152000d

14
runahead/run_ahead.h Normal file
View File

@ -0,0 +1,14 @@
#ifndef __RUN_AHEAD_H__
#define __RUN_AHEAD_H__
#include "boolean.h"
#include "retro_common_api.h"
RETRO_BEGIN_DECLS
void runahead_destroy(void);
void run_ahead(int runAheadCount, bool useSecondary);
RETRO_END_DECLS
#endif