mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
8 lines
180 B
C++
8 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);
|