mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 06:46:40 +08:00 
			
		
		
		
	fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
This commit is contained in:
		
							parent
							
								
									2d2522693e
								
							
						
					
					
						commit
						979e4d9950
					
				| @ -1083,7 +1083,7 @@ void FSP_SRV::GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx) { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void FSP_SRV::OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx) { | void FSP_SRV::OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx) { | ||||||
|     const auto raw = ctx.ReadBuffer(); |     const auto raw = ctx.ReadBufferCopy(); | ||||||
|     auto log = Common::StringFromFixedZeroTerminatedBuffer( |     auto log = Common::StringFromFixedZeroTerminatedBuffer( | ||||||
|         reinterpret_cast<const char*>(raw.data()), raw.size()); |         reinterpret_cast<const char*>(raw.data()), raw.size()); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user