mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Movie (recorded inputs) playback and recording. SDL has command lines to control it.
This commit is contained in:
		
							parent
							
								
									6e2a4ba665
								
							
						
					
					
						commit
						04541150b1
					
				
					 13 changed files with 625 additions and 41 deletions
				
			
		|  | @ -74,6 +74,7 @@ namespace Log { | |||
|     SUB(Audio, Sink)                                                                               \ | ||||
|     CLS(Input)                                                                                     \ | ||||
|     CLS(Network)                                                                                   \ | ||||
|     CLS(Movie)                                                                                     \ | ||||
|     CLS(Loader)                                                                                    \ | ||||
|     CLS(WebService) | ||||
| 
 | ||||
|  |  | |||
|  | @ -92,6 +92,7 @@ enum class Class : ClassType { | |||
|     Loader,            ///< ROM loader
 | ||||
|     Input,             ///< Input emulation
 | ||||
|     Network,           ///< Network emulation
 | ||||
|     Movie,             ///< Movie (Input Recording) Playback
 | ||||
|     WebService,        ///< Interface to Citra Web Services
 | ||||
|     Count              ///< Total number of logging classes
 | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue