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
@@ -8,6 +8,7 @@ add_library(common STATIC
file_util.h
logging/log.h
misc.cpp
scope_exit.h
string_util.cpp
string_util.h
swap.h