mirror of https://github.com/encounter/aurora.git
Attempt to fix PADSerializeMappings
This commit is contained in:
parent
8cbebc12b2
commit
a3d04247e6
|
@ -720,7 +720,7 @@ void PADSerializeMappings() {
|
||||||
aurora::input::controller_name(controller.second.m_index), controller.second.m_vid,
|
aurora::input::controller_name(controller.second.m_index), controller.second.m_vid,
|
||||||
controller.second.m_pid)
|
controller.second.m_pid)
|
||||||
.c_str(),
|
.c_str(),
|
||||||
"wbe");
|
"wb");
|
||||||
if (file == nullptr) {
|
if (file == nullptr) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue