mirror of
				https://github.com/RaySollium99/picodrive.git
				synced 2025-10-27 00:29:39 -04:00 
			
		
		
		
	 ea08c2967b
			
		
	
	
		ea08c2967b
		
	
	
	
	
		
			
			git-svn-id: file:///home/notaz/opt/svn/PicoDrive@306 be3aeb3a-fb24-0410-a615-afba39da0efa
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			157 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			157 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| // additional stuff for PSP mp3 decoder implementation
 | |
| extern int mp3_last_error;
 | |
| 
 | |
| int  mp3_init(void);
 | |
| void mp3_deinit(void);
 | |
| void mp3_reopen_file(void);
 | |
| 
 |