ppsspp/Common/File/DiskFree.h
Henrik Rydgård 3be1ff6ce4 Get the new setup flow going, with a confirmation dialog etc.
Moving the folder while already installed still crashes.
2021-08-04 23:22:43 +02:00

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);