mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	video_core: Disable async shader loading with strict contexts
This commit is contained in:
		
							parent
							
								
									3846d0c2cd
								
							
						
					
					
						commit
						71d4a85957
					
				
					 5 changed files with 40 additions and 24 deletions
				
			
		|  | @ -203,6 +203,10 @@ public: | |||
|         return active_config; | ||||
|     } | ||||
| 
 | ||||
|     bool StrictContextRequired() const { | ||||
|         return strict_context_required; | ||||
|     } | ||||
| 
 | ||||
|     /**
 | ||||
|      * Requests the internal configuration to be replaced by the specified argument at some point in | ||||
|      * the future. | ||||
|  | @ -268,6 +272,7 @@ protected: | |||
|     } | ||||
| 
 | ||||
|     bool is_secondary{}; | ||||
|     bool strict_context_required{}; | ||||
|     WindowSystemInfo window_info; | ||||
| 
 | ||||
| private: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue