mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-09 17:49:06 +00:00
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:
parent
f57a7c0554
commit
571fa77be4
5 changed files with 21 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue