Fix some Android compilation errors

There is a linking error with SliderCalcRatioFromValueT in
OnScreenDisplay.cpp left that I didn't manage to fix.
This commit is contained in:
JosJuice 2020-07-17 23:51:37 +02:00
commit 571fa77be4
5 changed files with 21 additions and 7 deletions

View file

@ -145,6 +145,18 @@ void Host_TitleChanged()
{
}
void Host_LowerWindow()
{
}
void Host_Exit()
{
}
void Host_PlaybackSeek()
{
}
static bool MsgAlert(const char* caption, const char* text, bool yes_no, Common::MsgType /*style*/)
{
JNIEnv* env = IDCache::GetEnvForThread();