mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Kernel: Fix bug in HandleTable::Close
This commit is contained in:
		
							parent
							
								
									5354a479bc
								
							
						
					
					
						commit
						e8330dd162
					
				| @ -101,7 +101,7 @@ ResultCode HandleTable::Close(Handle handle) { | ||||
| 
 | ||||
|     objects[slot] = nullptr; | ||||
| 
 | ||||
|     generations[generation] = next_free_slot; | ||||
|     generations[slot] = next_free_slot; | ||||
|     next_free_slot = slot; | ||||
|     return RESULT_SUCCESS; | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Yuri Kunde Schlesner
						Yuri Kunde Schlesner