1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-07 15:56:27 -05:00

Add BCAT delivery cache support (#1154)

* Initial bcat delivery cache support

* Use LibHac 0.11.0

* Add option to open the BCAT savedata directory
This commit is contained in:
Alex Barney
2020-04-29 21:58:19 -07:00
committed by GitHub
parent 23170da5a0
commit 7ab3fccd4d
9 changed files with 329 additions and 44 deletions

View File

@@ -23,6 +23,15 @@
<property name="use_underline">True</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="_openSaveBcatDir">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Open the folder where the BCAT save for the application is loaded</property>
<property name="label" translatable="yes">Open BCAT Save Directory</property>
<property name="use_underline">True</property>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem">
<property name="visible">True</property>