This commit is contained in:
2025-10-27 18:56:24 +01:00
parent 3179a08dac
commit 5f47c88770
8 changed files with 121 additions and 119 deletions

View File

@@ -28,7 +28,7 @@ auto Input::get() -> Input* {
// Constructor
Input::Input(const std::string& game_controller_db_path)
: game_controller_db_path_(std::move(game_controller_db_path)) {
: game_controller_db_path_(game_controller_db_path) {
// Busca si hay mandos conectados
discoverGameControllers();