mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Restrict OpenSLES to Android via CMake
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
class OpenSLESStream final : public SoundStream
|
||||
{
|
||||
#ifdef ANDROID
|
||||
#ifdef HAVE_OPENSL_ES
|
||||
public:
|
||||
~OpenSLESStream() override;
|
||||
bool Init() override;
|
||||
@ -21,5 +21,5 @@ public:
|
||||
private:
|
||||
std::thread thread;
|
||||
Common::Event soundSyncEvent;
|
||||
#endif // HAVE_OPENSL
|
||||
#endif // HAVE_OPENSL_ES
|
||||
};
|
||||
|
Reference in New Issue
Block a user