settings: Add option to dump ExeFS of games upon launch

When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
This commit is contained in:
Zach Hilman
2018-11-20 17:49:09 -05:00
parent a819116154
commit 17d8e25cbf
7 changed files with 27 additions and 0 deletions

View File

@ -145,6 +145,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="dump_exefs">
<property name="whatsThis">
<string>When checked, any game that yuzu loads will have its ExeFS dumped</string>
</property>
<property name="text">
<string>Dump ExeFS</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>