Remove embedded gamecontrollerdb.txt (#2018)

But still load from the data dir if
it exists there (for user overrides)
This commit is contained in:
Luke Street
2026-06-07 22:30:07 -06:00
committed by GitHub
parent aa42265041
commit 824389f871
3 changed files with 13 additions and 2253 deletions
+2 -1
View File
@@ -34,10 +34,11 @@ constexpr std::array<std::string_view, 4> kUserDataDirectories = {
"EUR",
"JAP",
};
constexpr std::array<std::string_view, 6> kUserDataFiles = {
constexpr std::array<std::string_view, 7> kUserDataFiles = {
"achievements.json",
"config.json",
"controller_ports.dat",
"gamecontrollerdb.txt",
"imgui.ini",
"keyboard_bindings.dat",
"states.json",