Use the Path class to lookup ModeSeven.ttf
This commit is contained in:
parent
f8e693a060
commit
b1799009b3
4 changed files with 19 additions and 11 deletions
|
|
@ -54,7 +54,7 @@ void MappingManager::save()
|
|||
|
||||
void MappingManager::applyMappings()
|
||||
{
|
||||
QString mappingFile = Path::getGamepadMappingFile();
|
||||
QString mappingFile = Path::getDataFilePath("gamecontrollerdb.txt");
|
||||
if (!mappingFile.isEmpty()) {
|
||||
std::string mappingFileNative = QDir::toNativeSeparators(mappingFile).toStdString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue