UnleashedRecomp/UnleashedRecomp/os/ios/media_ios.cpp
2026-06-05 14:49:05 -06:00

6 lines
86 B
C++

#include <os/media.h>
bool os::media::IsExternalMediaPlaying()
{
return false;
}