2020-12-12 12:22:17 +00:00
|
|
|
#include "linux/interface.h"
|
|
|
|
|
2020-12-23 19:36:11 +00:00
|
|
|
#include "frontends/libretro/environment.h"
|
2020-12-12 12:22:17 +00:00
|
|
|
#include "linux/win.h"
|
|
|
|
|
|
|
|
int MessageBox(HWND, const char * text, const char * caption, UINT type)
|
|
|
|
{
|
|
|
|
log_cb(RETRO_LOG_INFO, "RA2: %s: %s - %s\n", __FUNCTION__, caption, text);
|
|
|
|
return IDOK;
|
|
|
|
}
|
|
|
|
|
|
|
|
void FrameDrawDiskLEDS(HDC x)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void FrameDrawDiskStatus(HDC x)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void FrameRefreshStatus(int x, bool)
|
|
|
|
{
|
|
|
|
}
|