2012-03-11 21:48:12 +02:00
|
|
|
#ifndef _interface__core__hpp__included__
|
|
|
|
#define _interface__core__hpp__included__
|
|
|
|
|
|
|
|
#include <string>
|
2012-03-12 11:02:55 +02:00
|
|
|
#include <map>
|
2012-03-11 21:48:12 +02:00
|
|
|
|
|
|
|
std::string emucore_get_version();
|
2012-03-12 11:02:55 +02:00
|
|
|
std::pair<uint32_t, uint32_t> emucore_get_video_rate(bool interlace = false);
|
|
|
|
std::pair<uint32_t, uint32_t> emucore_get_audio_rate();
|
2012-03-11 21:48:12 +02:00
|
|
|
|
|
|
|
#endif
|