mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	SaveDataCheck: Remove unneeded constructor from a class
This commit is contained in:
		
							parent
							
								
									2f9a2d410d
								
							
						
					
					
						commit
						0d03fdec71
					
				@ -58,8 +58,6 @@ private:
 | 
			
		||||
 | 
			
		||||
class IVFCDirectory : public DirectoryBackend {
 | 
			
		||||
public:
 | 
			
		||||
    IVFCDirectory() { }
 | 
			
		||||
 | 
			
		||||
    bool Open() override { return false; }
 | 
			
		||||
    u32 Read(const u32 count, Entry* entries) override { return 0; }
 | 
			
		||||
    bool Close() const override { return false; }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user