mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +00:00
@whereismyfoodat suggestions
This commit is contained in:
parent
c7693f77d4
commit
3a6dec3987
@ -141,7 +141,7 @@ void GetSymbolsFromLibDoc(std::vector<std::string>& importModules) {
|
|||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
std::filesystem::path genFolder(MODULE_DIR);
|
std::filesystem::path genFolder(MODULE_DIR);
|
||||||
if (!std::filesystem::exists(genFolder)) {
|
if (!std::filesystem::exists(genFolder)) {
|
||||||
std::filesystem::create_directory(genFolder);
|
std::filesystem::create_directories(genFolder);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> modules_to_generate;
|
std::vector<std::string> modules_to_generate;
|
||||||
|
Loading…
Reference in New Issue
Block a user