mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	audio_core/lle: implement RecvDataIsReady
This commit is contained in:
		
							parent
							
								
									14eb3561de
								
							
						
					
					
						commit
						4671ccf416
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		|  | @ -23,6 +23,10 @@ u16 DspLle::RecvData(u32 register_number) { | |||
|     return impl->teakra.RecvData(static_cast<u8>(register_number)); | ||||
| } | ||||
| 
 | ||||
| bool DspLle::RecvDataIsReady(u32 register_number) const { | ||||
|     return impl->teakra.RecvDataIsReady(register_number); | ||||
| } | ||||
| 
 | ||||
| DspLle::DspLle() : impl(std::make_unique<Impl>()) {} | ||||
| DspLle::~DspLle() = default; | ||||
| 
 | ||||
|  |  | |||
|  | @ -14,6 +14,7 @@ public: | |||
|     ~DspLle(); | ||||
| 
 | ||||
|     u16 RecvData(u32 register_number) override; | ||||
|     bool RecvDataIsReady(u32 register_number) const override; | ||||
| 
 | ||||
| private: | ||||
|     struct Impl; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue