mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-06-14 20:13:08 +00:00
6 lines
86 B
C++
6 lines
86 B
C++
#include <os/media.h>
|
|
|
|
bool os::media::IsExternalMediaPlaying()
|
|
{
|
|
return false;
|
|
}
|