Skip to content

Commit

Permalink
Version 1.2.1: HDR tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lyckantropen committed Jan 29, 2023
1 parent 5facd7a commit 89a7289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR)

set(MHDRL_PRODUCT_NUMBER 1)
set(MHDRL_PRODUCT_VERSION 2)
set(MHDRL_BUILD_NUMBER 0)
set(MHDRL_BUILD_NUMBER 1)

cmake_policy(SET CMP0091 NEW)
set(VCPKG_FEATURE_FLAGS "versions")
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace fs = std::filesystem;
namespace pt = boost::property_tree;
using namespace std::string_literals;

const static std::string default_launcher = "C:\Program Files (x86)\Steam\steam.exe steam://open/bigpicture";
const static std::string default_launcher = "C:\\Program Files (x86)\\Steam\\steam.exe steam://open/bigpicture";

DEVMODE const get_primary_display_registry_settings() {
DEVMODE devmode{};
Expand Down

0 comments on commit 89a7289

Please sign in to comment.