mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 23:49:01 -05:00 
			
		
		
		
	fsp_srv: Implement GetSize and SetSize.
This commit is contained in:
		| @@ -174,8 +174,9 @@ u64 Disk_Storage::GetSize() const { | ||||
| } | ||||
|  | ||||
| bool Disk_Storage::SetSize(const u64 size) const { | ||||
|     LOG_WARNING(Service_FS, "(STUBBED) called"); | ||||
|     return false; | ||||
|     file->Resize(size); | ||||
|     file->Flush(); | ||||
|     return true; | ||||
| } | ||||
|  | ||||
| Disk_Directory::Disk_Directory(const std::string& path) : directory() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bunnei
					bunnei