mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Added information reporting from ThrowFatalError
This was RE'd from the errdisp applet.
This commit is contained in:
		
							parent
							
								
									ec8f2210e3
								
							
						
					
					
						commit
						0420a4d1de
					
				
					 4 changed files with 166 additions and 3 deletions
				
			
		|  | @ -14,8 +14,6 @@ | |||
| #define SLEEP(x) usleep(x*1000) | ||||
| #endif | ||||
| 
 | ||||
| template <bool> struct CompileTimeAssert; | ||||
| template<> struct CompileTimeAssert<true> {}; | ||||
| 
 | ||||
| #define b2(x)   (   (x) | (   (x) >> 1) ) | ||||
| #define b4(x)   ( b2(x) | ( b2(x) >> 2) ) | ||||
|  |  | |||
|  | @ -33,6 +33,7 @@ static std::shared_ptr<Logger> global_logger; | |||
|         CLS(Service) \ | ||||
|         SUB(Service, SRV) \ | ||||
|         SUB(Service, FS) \ | ||||
|         SUB(Service, ERR) \ | ||||
|         SUB(Service, APT) \ | ||||
|         SUB(Service, GSP) \ | ||||
|         SUB(Service, AC) \ | ||||
|  |  | |||
|  | @ -53,6 +53,7 @@ enum class Class : ClassType { | |||
|                                 ///  should have its own subclass.
 | ||||
|     Service_SRV,                ///< The SRV (Service Directory) implementation
 | ||||
|     Service_FS,                 ///< The FS (Filesystem) service implementation
 | ||||
|     Service_ERR,                ///< The ERR (Error) port implementation
 | ||||
|     Service_APT,                ///< The APT (Applets) service
 | ||||
|     Service_GSP,                ///< The GSP (GPU control) service
 | ||||
|     Service_AC,                 ///< The AC (WiFi status) service
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue