mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 14:45:00 +00:00 
			
		
		
		
	Fixed comment.
This commit is contained in:
		
							parent
							
								
									9428ff19a9
								
							
						
					
					
						commit
						cfcec57f42
					
				| 
						 | 
					@ -67,7 +67,7 @@ typedef struct SDL_AudioDriverImpl
 | 
				
			||||||
    void (*DetectDevices) (void);
 | 
					    void (*DetectDevices) (void);
 | 
				
			||||||
    int (*OpenDevice) (_THIS, void *handle, const char *devname, int iscapture);
 | 
					    int (*OpenDevice) (_THIS, void *handle, const char *devname, int iscapture);
 | 
				
			||||||
    void (*ThreadInit) (_THIS); /* Called by audio thread at start */
 | 
					    void (*ThreadInit) (_THIS); /* Called by audio thread at start */
 | 
				
			||||||
    void (*ThreadDeinit) (_THIS); /* Called by audio thread at start */
 | 
					    void (*ThreadDeinit) (_THIS); /* Called by audio thread at end */
 | 
				
			||||||
    void (*WaitDevice) (_THIS);
 | 
					    void (*WaitDevice) (_THIS);
 | 
				
			||||||
    void (*PlayDevice) (_THIS);
 | 
					    void (*PlayDevice) (_THIS);
 | 
				
			||||||
    int (*GetPendingBytes) (_THIS);
 | 
					    int (*GetPendingBytes) (_THIS);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue