mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
Fixing format
This commit is contained in:
parent
8b9f887844
commit
8549094a86
@ -100,8 +100,7 @@ static auto UserPaths = [] {
|
|||||||
// Check if the "user" directory exists in the current path:
|
// Check if the "user" directory exists in the current path:
|
||||||
if (!std::filesystem::exists(user_dir)) {
|
if (!std::filesystem::exists(user_dir)) {
|
||||||
// If it doesn't exist, use the new hardcoded path:
|
// If it doesn't exist, use the new hardcoded path:
|
||||||
user_dir =
|
user_dir = std::filesystem::path(getenv("HOME")) / ".local" / "share" / "shadPS4";
|
||||||
std::filesystem::path(getenv("HOME")) / ".local" / "share" / "shadPS4";
|
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
const auto user_dir = std::filesystem::current_path() / PORTABLE_DIR;
|
const auto user_dir = std::filesystem::current_path() / PORTABLE_DIR;
|
||||||
|
Loading…
Reference in New Issue
Block a user