mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	HLE: Convert GSP_GPU to ServiceFramework.
The only functional change is the error handling of GSP_GPU::ReadHWRegs function. We previously didn't return error codes (not even for success). The new returns were found by reverse engineering the GSP module.
This commit is contained in:
		
							parent
							
								
									f4b595331f
								
							
						
					
					
						commit
						3652809408
					
				
					 11 changed files with 655 additions and 518 deletions
				
			
		|  | @ -10,7 +10,7 @@ | |||
| #include "common/logging/log.h" | ||||
| #include "common/microprofile.h" | ||||
| #include "common/vector_math.h" | ||||
| #include "core/hle/service/gsp_gpu.h" | ||||
| #include "core/hle/service/gsp/gsp.h" | ||||
| #include "core/hw/gpu.h" | ||||
| #include "core/memory.h" | ||||
| #include "core/tracer/recorder.h" | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ | |||
| #include <algorithm> | ||||
| #include <functional> | ||||
| #include <vector> | ||||
| #include "core/hle/service/gsp_gpu.h" | ||||
| #include "core/hle/service/gsp/gsp.h" | ||||
| 
 | ||||
| class GraphicsDebugger { | ||||
| public: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue