Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Clippy95 committed Aug 12, 2024
1 parent f78b492 commit 202c120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RowInput/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ originalCall_t originalCall;

std::atomic<bool> g_running(true); // Atomic flag to control the loop

std::unordered_map<std::string, uint8_t> lastAppliedValues; // Store last applied values to avoid console spam
std::unordered_map<std::string, uint8_t> lastAppliedValues;
std::unordered_map<std::string, std::unordered_map<std::string, uint8_t>> controlsMap; // Store controls for each state

// Convert a string to lowercase
Expand Down

0 comments on commit 202c120

Please sign in to comment.