diff options
author | wwylele <wwylele@gmail.com> | 2016-09-02 14:18:45 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-09-02 14:18:45 +0200 |
commit | bdc59c4c21bebccd6b8497f8f3667c57574677b1 (patch) | |
tree | 01751cd1c7329b041aaa1d40cf1bf8b098c61567 /src/citra_qt/configure_system.h | |
parent | Merge pull request #2040 from citra-emu/revert-2037-msvc-relwithdebinfo (diff) | |
download | yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.gz yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.bz2 yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.lz yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.xz yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.zst yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.zip |
Diffstat (limited to 'src/citra_qt/configure_system.h')
-rw-r--r-- | src/citra_qt/configure_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/configure_system.h b/src/citra_qt/configure_system.h index 1f5577070..f02d2d949 100644 --- a/src/citra_qt/configure_system.h +++ b/src/citra_qt/configure_system.h @@ -20,7 +20,7 @@ public: ~ConfigureSystem(); void applyConfiguration(); - void setConfiguration(bool emulation_running); + void setConfiguration(); public slots: void updateBirthdayComboBox(int birthmonth_index); |