Misc: Necessary emucore changes for Android
This commit is contained in:
@ -131,6 +131,8 @@ void CommonHost::ReleaseHostDisplayResources()
|
||||
SaveStateSelectorUI::DestroyTextures();
|
||||
}
|
||||
|
||||
#ifndef __ANDROID__
|
||||
|
||||
std::unique_ptr<AudioStream> Host::CreateAudioStream(AudioBackend backend, u32 sample_rate, u32 channels, u32 buffer_ms,
|
||||
u32 latency_ms, AudioStretchMode stretch)
|
||||
{
|
||||
@ -154,6 +156,8 @@ std::unique_ptr<AudioStream> Host::CreateAudioStream(AudioBackend backend, u32 s
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void CommonHost::UpdateLogSettings()
|
||||
{
|
||||
Log::SetFilterLevel(g_settings.log_level);
|
||||
|
||||
Reference in New Issue
Block a user