mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	FS: Remove use of GetHandle
This commit is contained in:
		
							parent
							
								
									664c79ff47
								
							
						
					
					
						commit
						8441591659
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -163,7 +163,7 @@ public: | |||
|         case FileCommand::OpenLinkFile: | ||||
|         { | ||||
|             LOG_WARNING(Service_FS, "(STUBBED) File command OpenLinkFile %s", GetName().c_str()); | ||||
|             cmd_buff[3] = GetHandle(); | ||||
|             cmd_buff[3] = Kernel::g_handle_table.Create(this).ValueOr(INVALID_HANDLE); | ||||
|             break; | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue