mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
Closes #3533 Turns out the functions were already implemented but just never added
This commit is contained in:
		
							parent
							
								
									3e9cafbee5
								
							
						
					
					
						commit
						78e5f162e2
					
				@ -316,8 +316,8 @@ public:
 | 
				
			|||||||
            {8, &IFileSystem::OpenFile, "OpenFile"},
 | 
					            {8, &IFileSystem::OpenFile, "OpenFile"},
 | 
				
			||||||
            {9, &IFileSystem::OpenDirectory, "OpenDirectory"},
 | 
					            {9, &IFileSystem::OpenDirectory, "OpenDirectory"},
 | 
				
			||||||
            {10, &IFileSystem::Commit, "Commit"},
 | 
					            {10, &IFileSystem::Commit, "Commit"},
 | 
				
			||||||
            {11, nullptr, "GetFreeSpaceSize"},
 | 
					            {11, &IFileSystem::GetFreeSpaceSize, "GetFreeSpaceSize"},
 | 
				
			||||||
            {12, nullptr, "GetTotalSpaceSize"},
 | 
					            {12, &IFileSystem::GetTotalSpaceSize, "GetTotalSpaceSize"},
 | 
				
			||||||
            {13, &IFileSystem::CleanDirectoryRecursively, "CleanDirectoryRecursively"},
 | 
					            {13, &IFileSystem::CleanDirectoryRecursively, "CleanDirectoryRecursively"},
 | 
				
			||||||
            {14, nullptr, "GetFileTimeStampRaw"},
 | 
					            {14, nullptr, "GetFileTimeStampRaw"},
 | 
				
			||||||
            {15, nullptr, "QueryEntry"},
 | 
					            {15, nullptr, "QueryEntry"},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user