mikage-dev/source/processes/fs_paths.hpp

21 lines
261 B
C++
Raw Normal View History

2024-03-07 22:05:16 +01:00
#pragma once
#include <boost/filesystem/path.hpp>
namespace HLE {
class FakeFS;
using FSContext = FakeFS;
inline uint64_t GetId0(FSContext&) {
// TODO
return 0;
}
inline uint64_t GetId1(FSContext&) {
// TODO
return 0;
}
} // namespace HLE