mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-02 02:00:47 -04:00
Move media playback detection to OS namespace
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <os/media.h>
|
||||
#include <os/media_detail.h>
|
||||
|
||||
bool os::media::IsExternalMediaPlaying()
|
||||
{
|
||||
return detail::IsExternalMediaPlaying();
|
||||
}
|
||||
Reference in New Issue
Block a user