mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 23:20:10 +00:00
Update config.cpp
This commit is contained in:
parent
11bd6024fb
commit
019c3499ba
@ -21,6 +21,7 @@ Config::Config() {
|
||||
Reload();
|
||||
}
|
||||
|
||||
//assigining keys
|
||||
void Config::ReadValues() {
|
||||
qt_config->beginGroup("Controls");
|
||||
Settings::values.pad_a_key = qt_config->value("pad_a", Qt::Key_A).toInt();
|
||||
|
Loading…
Reference in New Issue
Block a user