mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	Service.FS: Rename FileSys::File to FileBackend
This commit is contained in:
		
							parent
							
								
									d51afab0bc
								
							
						
					
					
						commit
						0931a42af0
					
				
					 10 changed files with 17 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -112,7 +112,7 @@ public:
 | 
			
		|||
    std::string GetName() const override { return "Path: " + path.DebugStr(); }
 | 
			
		||||
 | 
			
		||||
    FileSys::Path path; ///< Path of the file
 | 
			
		||||
    std::unique_ptr<FileSys::File> backend; ///< File backend interface
 | 
			
		||||
    std::unique_ptr<FileSys::FileBackend> backend; ///< File backend interface
 | 
			
		||||
 | 
			
		||||
    ResultVal<bool> SyncRequest() override {
 | 
			
		||||
        u32* cmd_buff = Kernel::GetCommandBuffer();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue