yuzu: Add UI to manage filesystem paths and sizes

This commit is contained in:
Zach Hilman 2019-04-23 08:36:35 -04:00
parent c182688ad6
commit d4d38dd44d
6 changed files with 627 additions and 1 deletions

View file

@ -63,6 +63,11 @@
<string>Profiles</string>
</attribute>
</widget>
<widget class="ConfigureFilesystem" name="filesystemTab">
<attribute name="title">
<string>Filesystem</string>
</attribute>
</widget>
<widget class="ConfigureInputSimple" name="inputTab">
<attribute name="title">
<string>Input</string>
@ -125,6 +130,12 @@
<header>configuration/configure_profile_manager.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ConfigureFilesystem</class>
<extends>QWidget</extends>
<header>configuration/configure_filesystem.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ConfigureAudio</class>
<extends>QWidget</extends>