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