add image format support for CSystem when there is Resources subdirectory And update database

This commit is contained in:
ichiNose
2025-04-19 11:47:58 +08:00
parent 76932deea3
commit f225e57b22
8 changed files with 624 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<StackPanel x:Class="GameRes.Formats.GUI.WidgetBELLDATA"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:p="clr-namespace:GameRes.Formats.Properties">
<ComboBox Name="Title" Width="250" ItemsSource="{Binding}"
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=BELLDATATitle, Mode=TwoWay}"/>
</StackPanel>