mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +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;
 | |
| }
 | 
