mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	FS: Remove unused result definition
This commit is contained in:
		
							parent
							
								
									c1a9e94068
								
							
						
					
					
						commit
						a5810d61da
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -51,11 +51,6 @@ static constexpr Kernel::Handle INVALID_HANDLE{}; | ||||||
| namespace Service { | namespace Service { | ||||||
| namespace FS { | namespace FS { | ||||||
| 
 | 
 | ||||||
| // TODO: Verify code
 |  | ||||||
| /// Returned when a function is passed an invalid handle.
 |  | ||||||
| const ResultCode ERR_INVALID_HANDLE(ErrorDescription::InvalidHandle, ErrorModule::FS, |  | ||||||
|                                     ErrorSummary::InvalidArgument, ErrorLevel::Permanent); |  | ||||||
| 
 |  | ||||||
| // Command to access archive file
 | // Command to access archive file
 | ||||||
| enum class FileCommand : u32 { | enum class FileCommand : u32 { | ||||||
|     Dummy1 = 0x000100C6, |     Dummy1 = 0x000100C6, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue