mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	compatdb: Use a seperate endpoint for testcase submission
This commit is contained in:
		
							parent
							
								
									5b7d21c3cd
								
							
						
					
					
						commit
						b7117bf050
					
				
					 7 changed files with 65 additions and 7 deletions
				
			
		|  | @ -153,6 +153,7 @@ struct VisitorInterface : NonCopyable { | |||
| 
 | ||||
|     /// Completion method, called once all fields have been visited
 | ||||
|     virtual void Complete() = 0; | ||||
|     virtual bool SubmitTestcase() = 0; | ||||
| }; | ||||
| 
 | ||||
| /**
 | ||||
|  | @ -178,6 +179,9 @@ struct NullVisitor : public VisitorInterface { | |||
|     void Visit(const Field<std::chrono::microseconds>& /*field*/) override {} | ||||
| 
 | ||||
|     void Complete() override {} | ||||
|     bool SubmitTestcase() override { | ||||
|         return false; | ||||
|     } | ||||
| }; | ||||
| 
 | ||||
| } // namespace Telemetry
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue