mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
3be1ff6ce4
Moving the folder while already installed still crashes.
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);
|