ppsspp/Common/File/DiskFree.h
Henrik Rydgård 9e41fafd0d Move math and some file and data conversion files out from native to Common.
Buildfixing

Move some file util files

Buildfix

Move KeyMap.cpp/h to Core where they belong better.

libretro buildfix attempt

Move ini_file

More buildfixes
2020-10-04 09:12:46 +02:00

7 lines
115 B
C++

#pragma once
#include <string>
#include <cstdint>
bool free_disk_space(const std::string &dir, uint64_t &space);