mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
GetGlyphForActionOrigin implementation.
This commit is contained in:
parent
262ee1d18f
commit
0f0bbba319
3 changed files with 82 additions and 4 deletions
|
|
@ -104,6 +104,8 @@ static void load_gamecontroller_settings(Settings *settings)
|
|||
PRINT_DEBUG("Added %u action names to %s\n", button_pairs.size(), action_set_name.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
settings->glyphs_directory = path + (PATH_SEPARATOR "glyphs" PATH_SEPARATOR);
|
||||
}
|
||||
|
||||
uint32 create_localstorage_settings(Settings **settings_client_out, Settings **settings_server_out, Local_Storage **local_storage_out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue