mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
fix windows hating me
This commit is contained in:
parent
b15810d56f
commit
719a36c9e5
@ -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();
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user