Attempt to fix PADSerializeMappings

This commit is contained in:
Phillip Stephens 2022-08-11 08:53:31 -07:00
parent 8cbebc12b2
commit a3d04247e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}