mirror of
				https://github.com/RaySollium99/picodrive.git
				synced 2025-10-27 00:29:39 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			342 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <e32base.h>
 | |
| 
 | |
| // let's do it in more c-like way
 | |
| int  vidInit(void *vidmem, int reinit);
 | |
| void vidFree();
 | |
| void vidDrawFrame(char *noticeStr, char *fpsStr, int num);
 | |
| void vidKeyConfigFrame(const TUint whichAction);
 | |
| void vidDrawFCconfigDone();
 | |
| void vidDrawNotice(const char *txt); // safe to call anytime, draws text for 1 frame
 | 
