mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	core: Update GL result enum
Co-authored-by: SachinVin <26602104+SachinVin@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									13f38e0be5
								
							
						
					
					
						commit
						48d5ec5c00
					
				
					 3 changed files with 6 additions and 6 deletions
				
			
		|  | @ -423,7 +423,7 @@ System::ResultStatus System::Init(Frontend::EmuWindow& emu_window, u32 system_mo | |||
|         case VideoCore::ResultStatus::ErrorGenericDrivers: | ||||
|             return ResultStatus::ErrorVideoCore_ErrorGenericDrivers; | ||||
|         case VideoCore::ResultStatus::ErrorBelowGL43: | ||||
|             return ResultStatus::ErrorVideoCore_ErrorBelowGL33; | ||||
|             return ResultStatus::ErrorVideoCore_ErrorBelowGL43; | ||||
|         default: | ||||
|             return ResultStatus::ErrorVideoCore; | ||||
|         } | ||||
|  |  | |||
|  | @ -87,8 +87,8 @@ public: | |||
|         ErrorVideoCore,                     ///< Error in the video core
 | ||||
|         ErrorVideoCore_ErrorGenericDrivers, ///< Error in the video core due to the user having
 | ||||
|                                             /// generic drivers installed
 | ||||
|         ErrorVideoCore_ErrorBelowGL33,      ///< Error in the video core due to the user not having
 | ||||
|                                             /// OpenGL 3.3 or higher
 | ||||
|         ErrorVideoCore_ErrorBelowGL43,      ///< Error in the video core due to the user not having
 | ||||
|                                             /// OpenGL 4.3 or higher
 | ||||
|         ErrorSavestate,                     ///< Error saving or loading
 | ||||
|         ShutdownRequested,                  ///< Emulated program requested a system shutdown
 | ||||
|         ErrorUnknown                        ///< Any other error
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue