mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #4839 from wwylele/ipc-sign
ipc_helpers: silent signed comparison warning
This commit is contained in:
		
						commit
						fb8adcc08c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -19,7 +19,7 @@ class RequestHelperBase { | ||||||
| protected: | protected: | ||||||
|     Kernel::HLERequestContext* context; |     Kernel::HLERequestContext* context; | ||||||
|     u32* cmdbuf; |     u32* cmdbuf; | ||||||
|     ptrdiff_t index = 1; |     std::size_t index = 1; | ||||||
|     Header header; |     Header header; | ||||||
| 
 | 
 | ||||||
| public: | public: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue