ppsspp/Common/File/DiskFree.h
2021-07-19 17:34:51 +02:00

7 lines
122 B
C++

#pragma once
#include <cstdint>
#include "Common/File/Path.h"
bool free_disk_space(const Path &path, uint64_t &space);