From f898a6fcb784ccd621a9879a15cf264e4b4bf700 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Sat, 24 Dec 2022 04:23:37 +0100 Subject: [PATCH 1/2] Add some fs paths --- src/client/component/filesystem.cpp | 5 +++++ src/client/steam/interfaces/apps.hpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/client/component/filesystem.cpp b/src/client/component/filesystem.cpp index 98029d0e..e007b036 100644 --- a/src/client/component/filesystem.cpp +++ b/src/client/component/filesystem.cpp @@ -47,6 +47,11 @@ namespace filesystem filesystem::register_path(utils::properties::get_appdata_path() / CLIENT_DATA_FOLDER); filesystem::register_path(L"."); filesystem::register_path(L"h1-mod"); + filesystem::register_path(L"devraw"); + filesystem::register_path(L"devraw_shared"); + filesystem::register_path(L"raw_shared"); + filesystem::register_path(L"raw"); + filesystem::register_path(L"main"); fs_startup_hook.invoke(name); diff --git a/src/client/steam/interfaces/apps.hpp b/src/client/steam/interfaces/apps.hpp index 9b716cec..395583dd 100644 --- a/src/client/steam/interfaces/apps.hpp +++ b/src/client/steam/interfaces/apps.hpp @@ -19,7 +19,7 @@ namespace steam std::string content; if (::utils::io::read_file(LANGUAGE_FILE, &content)) { -#if DEBUG +#ifdef DEBUG console::info("Language switched to \"%s\".\n", content.data()); #endif strcpy_s(language, sizeof(language), content.data()); From a0529eb7611f675608d77d82c30222934d058354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 09:17:49 -0600 Subject: [PATCH 2/2] Bump deps/curl from `af5999a` to `4ab601d` (#425) Bumps [deps/curl](https://github.com/curl/curl) from `af5999a` to `4ab601d`. - [Release notes](https://github.com/curl/curl/releases) - [Commits](https://github.com/curl/curl/compare/af5999a6742ea90011e7fa08aade7eac9943b76a...4ab601d93a07cee665ec2458a51fccd0767c03f1) --- updated-dependencies: - dependency-name: deps/curl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- deps/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/curl b/deps/curl index af5999a6..4ab601d9 160000 --- a/deps/curl +++ b/deps/curl @@ -1 +1 @@ -Subproject commit af5999a6742ea90011e7fa08aade7eac9943b76a +Subproject commit 4ab601d93a07cee665ec2458a51fccd0767c03f1