Game compat updates (#691)

* [agc] Add indirect draws

* [video] Match render target views

* [savedata] Allow dialog reinit

* [ime] Add default profile

* [GUI] update missing translations for profile box
This commit is contained in:
Berk
2026-07-29 15:59:57 +03:00
committed by GitHub
parent d5108e854d
commit 996de70f52
22 changed files with 597 additions and 18 deletions
+10
View File
@@ -346,6 +346,15 @@ SPDX-License-Identifier: GPL-2.0-or-later
</ComboBox>
</local:SettingRow>
<local:SettingRow x:Name="DefaultProfileRow"
Label="{Binding [Options.DefaultProfile.Label], Source={x:Static local:Localization.Instance}}"
Description="{Binding [Options.DefaultProfile.Desc], Source={x:Static local:Localization.Instance}}">
<TextBox x:Name="DefaultProfileBox"
Width="180"
MaxLength="16"
VerticalAlignment="Center" />
</local:SettingRow>
<local:SettingRow x:Name="TitleMusicRow"
Label="{Binding [Options.TitleMusic.Label], Source={x:Static local:Localization.Instance}}"
Description="{Binding [Options.TitleMusic.Desc], Source={x:Static local:Localization.Instance}}">
@@ -646,6 +655,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
OffContent="{Binding [Common.Off], Source={x:Static local:Localization.Instance}}"
VerticalAlignment="Center" />
</local:SettingRow>
</StackPanel>
</Border>