mirror of
				https://github.com/RaySollium99/picodrive.git
				synced 2025-10-27 00:29:39 -04:00 
			
		
		
		
	 7612bf90be
			
		
	
	
		7612bf90be
		
	
	
	
	
		
			
			Verbatim copy from https://github.com/libretro/picodrive/ commit 9ae88ef15ff00cacc3877c7ecc13b0092bab50b8 , so look there for the history of libretro specific changes. Unfortunately there is too much noise and divergence to merge this in a proper way.
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			521 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			521 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| LIBRARY "msvc-2010"
 | |
| EXPORTS
 | |
| retro_set_environment
 | |
| retro_set_video_refresh
 | |
| retro_set_audio_sample
 | |
| retro_set_audio_sample_batch
 | |
| retro_set_input_poll
 | |
| retro_set_input_state
 | |
| retro_init
 | |
| retro_deinit
 | |
| retro_api_version
 | |
| retro_get_system_info
 | |
| retro_get_system_av_info
 | |
| retro_set_controller_port_device
 | |
| retro_reset
 | |
| retro_run
 | |
| retro_serialize_size
 | |
| retro_serialize
 | |
| retro_unserialize
 | |
| retro_cheat_reset
 | |
| retro_cheat_set
 | |
| retro_load_game
 | |
| retro_load_game_special
 | |
| retro_unload_game
 | |
| retro_get_region
 | |
| retro_get_memory_data
 | |
| retro_get_memory_size
 |