fix windows hating me

This commit is contained in:
kalaposfos13 2024-10-13 07:58:36 +02:00
parent b15810d56f
commit 719a36c9e5
2 changed files with 3 additions and 3 deletions

View File

@ -191,7 +191,7 @@ void WindowSDL::parseInputConfig(const std::string& filename) {
std::cerr << "Error opening file: " << filename << std::endl; std::cerr << "Error opening file: " << filename << std::endl;
return; return;
} }
std::cout << "File opened at " << user_dir.c_str() << "\n"; std::cout << "File opened.\n";
button_map.clear(); button_map.clear();
axis_map.clear(); axis_map.clear();

View File

@ -1,5 +1,5 @@
#SPDX - FileCopyrightText : Copyright 2024 shadPS4 Emulator Project ## SPDX - FileCopyrightText : Copyright 2024 shadPS4 Emulator Project
#SPDX - License - Identifier : GPL - 2.0 - or -later ## SPDX - License - Identifier : GPL - 2.0 - or -later
#Controller button mappings #Controller button mappings