Files
ppsspp/Common/File/DiskFree.h

9 lines
180 B
C
Raw Permalink Normal View History

#pragma once
#include <cstdint>
2021-07-19 09:38:04 +02:00
#include "Common/File/Path.h"
// If this fails, false is returned and space is negative.
bool free_disk_space(const Path &path, int64_t &space);