mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	audin_a: Use proper names
This commit is contained in:
		
							parent
							
								
									d894818bb3
								
							
						
					
					
						commit
						b6bbc0d483
					
				@ -9,10 +9,10 @@ namespace Service::Audio {
 | 
			
		||||
AudInA::AudInA(Core::System& system_) : ServiceFramework{system_, "audin:a"} {
 | 
			
		||||
    // clang-format off
 | 
			
		||||
    static const FunctionInfo functions[] = {
 | 
			
		||||
        {0, nullptr, "RequestSuspendAudioIns"},
 | 
			
		||||
        {1, nullptr, "RequestResumeAudioIns"},
 | 
			
		||||
        {2, nullptr, "GetAudioInsProcessMasterVolume"},
 | 
			
		||||
        {3, nullptr, "SetAudioInsProcessMasterVolume"},
 | 
			
		||||
        {0, nullptr, "RequestSuspend"},
 | 
			
		||||
        {1, nullptr, "RequestResume"},
 | 
			
		||||
        {2, nullptr, "GetProcessMasterVolume"},
 | 
			
		||||
        {3, nullptr, "SetProcessMasterVolume"},
 | 
			
		||||
    };
 | 
			
		||||
    // clang-format on
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user