mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-24 17:02:22 +00:00
7 lines
139 B
C++
7 lines
139 B
C++
#include <os/media.h>
|
|
|
|
bool os::media::IsExternalMediaPlaying()
|
|
{
|
|
// This functionality is not supported in macOS.
|
|
return false;
|
|
}
|