mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-18 13:21:33 +00:00
9 lines
180 B
C++
9 lines
180 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
#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);
|