mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:24:57 +00:00 
			
		
		
		
	iOS: Removed unused constant in demo.
This commit is contained in:
		
							parent
							
								
									7b23eef3b0
								
							
						
					
					
						commit
						c2cb0b0ff4
					
				| 
						 | 
					@ -9,7 +9,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define NUM_CHANNELS 8          /* max number of sounds we can play at once */
 | 
					#define NUM_CHANNELS 8          /* max number of sounds we can play at once */
 | 
				
			||||||
#define NUM_DRUMS 4             /* number of drums in our set */
 | 
					#define NUM_DRUMS 4             /* number of drums in our set */
 | 
				
			||||||
#define MILLESECONDS_PER_FRAME 16       /* about 60 frames per second */
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
static struct
 | 
					static struct
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue