mirror of
https://github.com/encounter/aurora.git
synced 2025-07-01 19:03:37 +00:00
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…
x
Reference in New Issue
Block a user