Skip to content

Commit

Permalink
Attempt to fix PADSerializeMappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Aug 11, 2022
1 parent 8cbebc1 commit a3d0424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ void PADSerializeMappings() {
aurora::input::controller_name(controller.second.m_index), controller.second.m_vid,
controller.second.m_pid)
.c_str(),
"wbe");
"wb");
if (file == nullptr) {
return;
}
Expand Down

0 comments on commit a3d0424

Please sign in to comment.