UI updates

- add import dialog
  this is more complex than I thought
- added scope exit
  grammar sugar
- main dialog is now linked to import dialog
- importer citra file path is fixed
- importer now reports maximum size
- file util is improved with GetDirectoryTreeSize
This commit is contained in:
zhupengfei
2019-08-28 23:02:30 +08:00
parent 7df0b63a1e
commit 8acfe9f304
13 changed files with 448 additions and 27 deletions
+1
View File
@@ -23,6 +23,7 @@ private:
void LoadPresetConfig();
void ShowAdvanced();
void HideAdvanced();
Core::Config GetCurrentConfig();
std::vector<Core::Config> preset_config_list;
std::unique_ptr<Ui::MainDialog> ui;