Skip to content

Commit

Permalink
Allows changing wheel direction, works for Dishonored 1 now too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Som1Lse committed Feb 28, 2019
1 parent 63d8c27 commit 4e7a1f4
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 166 deletions.
10 changes: 7 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.0.0)
project(Dish2Macro VERSION 1.1.1)

include(CMakeToolsHelpers OPTIONAL)
project(Dish2Macro VERSION 1.3.0 LANGUAGES CXX)

add_executable(Dish2Macro main.cpp)

target_compile_features(Dish2Macro PRIVATE cxx_std_17)

if(MSVC)
target_compile_definitions(Dish2Macro PRIVATE _CRT_SECURE_NO_WARNINGS)
endif()
3 changes: 2 additions & 1 deletion Dish2Macro.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
0x20
0x20
Down
Loading

0 comments on commit 4e7a1f4

Please sign in to comment.