mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	oops
This commit is contained in:
		
							parent
							
								
									0e72d0d826
								
							
						
					
					
						commit
						d16e08454d
					
				| @ -35,7 +35,7 @@ private: | |||||||
|         const s64 offset = rp.Pop<s64>(); |         const s64 offset = rp.Pop<s64>(); | ||||||
|         const s64 length = rp.Pop<s64>(); |         const s64 length = rp.Pop<s64>(); | ||||||
| 
 | 
 | ||||||
|         LOG_DEBUG(Service_FS, "called, offset=0x%l, length=0x%l", offset, length); |         LOG_DEBUG(Service_FS, "called, offset=0x%ld, length=0x%ld", offset, length); | ||||||
| 
 | 
 | ||||||
|         // Error checking
 |         // Error checking
 | ||||||
|         if (length < 0) { |         if (length < 0) { | ||||||
| @ -86,7 +86,7 @@ private: | |||||||
|         const s64 offset = rp.Pop<s64>(); |         const s64 offset = rp.Pop<s64>(); | ||||||
|         const s64 length = rp.Pop<s64>(); |         const s64 length = rp.Pop<s64>(); | ||||||
| 
 | 
 | ||||||
|         LOG_DEBUG(Service_FS, "called, offset=0x%l, length=0x%l", offset, length); |         LOG_DEBUG(Service_FS, "called, offset=0x%ld, length=0x%ld", offset, length); | ||||||
| 
 | 
 | ||||||
|         // Error checking
 |         // Error checking
 | ||||||
|         if (length < 0) { |         if (length < 0) { | ||||||
| @ -123,7 +123,7 @@ private: | |||||||
|         const s64 offset = rp.Pop<s64>(); |         const s64 offset = rp.Pop<s64>(); | ||||||
|         const s64 length = rp.Pop<s64>(); |         const s64 length = rp.Pop<s64>(); | ||||||
| 
 | 
 | ||||||
|         LOG_DEBUG(Service_FS, "called, offset=0x%l, length=0x%l", offset, length); |         LOG_DEBUG(Service_FS, "called, offset=0x%ld, length=0x%ld", offset, length); | ||||||
| 
 | 
 | ||||||
|         // Error checking
 |         // Error checking
 | ||||||
|         if (length < 0) { |         if (length < 0) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 N00byKing
						N00byKing