mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	ssl: Move logging macros over to new fmt-compatible ones
This commit is contained in:
		
							parent
							
								
									82413a6c89
								
							
						
					
					
						commit
						bfe49edb2a
					
				| @ -65,7 +65,7 @@ public: | |||||||
| 
 | 
 | ||||||
| private: | private: | ||||||
|     void SetOption(Kernel::HLERequestContext& ctx) { |     void SetOption(Kernel::HLERequestContext& ctx) { | ||||||
|         LOG_WARNING(Service_SSL, "(STUBBED) called"); |         NGLOG_WARNING(Service_SSL, "(STUBBED) called"); | ||||||
|         IPC::RequestParser rp{ctx}; |         IPC::RequestParser rp{ctx}; | ||||||
| 
 | 
 | ||||||
|         IPC::ResponseBuilder rb = rp.MakeBuilder(2, 0, 0); |         IPC::ResponseBuilder rb = rp.MakeBuilder(2, 0, 0); | ||||||
| @ -73,7 +73,7 @@ private: | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     void CreateConnection(Kernel::HLERequestContext& ctx) { |     void CreateConnection(Kernel::HLERequestContext& ctx) { | ||||||
|         LOG_WARNING(Service_SSL, "(STUBBED) called"); |         NGLOG_WARNING(Service_SSL, "(STUBBED) called"); | ||||||
| 
 | 
 | ||||||
|         IPC::ResponseBuilder rb{ctx, 2, 0, 1}; |         IPC::ResponseBuilder rb{ctx, 2, 0, 1}; | ||||||
|         rb.Push(RESULT_SUCCESS); |         rb.Push(RESULT_SUCCESS); | ||||||
| @ -82,7 +82,7 @@ private: | |||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| void SSL::CreateContext(Kernel::HLERequestContext& ctx) { | void SSL::CreateContext(Kernel::HLERequestContext& ctx) { | ||||||
|     LOG_WARNING(Service_SSL, "(STUBBED) called"); |     NGLOG_WARNING(Service_SSL, "(STUBBED) called"); | ||||||
| 
 | 
 | ||||||
|     IPC::ResponseBuilder rb{ctx, 2, 0, 1}; |     IPC::ResponseBuilder rb{ctx, 2, 0, 1}; | ||||||
|     rb.Push(RESULT_SUCCESS); |     rb.Push(RESULT_SUCCESS); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash