mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
8 lines
122 B
C++
8 lines
122 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
#include "Common/File/Path.h"
|
|
|
|
bool free_disk_space(const Path &path, uint64_t &space);
|