Skip to content

Commit

Permalink
Update emulator names and system configurations
Browse files Browse the repository at this point in the history
This commit modifies various emulator names in system.xml and adjusts several system configurations including file formats to launch and paths. It also sets the minimum width for the EditSystem view in the SimpleLauncher's XAML file.
  • Loading branch information
drpetersonfernandes committed Mar 6, 2024
1 parent db125b1 commit ca656c1
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 213 deletions.
1 change: 1 addition & 0 deletions SimpleLauncher/EditSystem.xaml
Expand Up @@ -6,6 +6,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="Edit System"
Width="900"
MinWidth="900"
Height="700"
mc:Ignorable="d">

Expand Down
4 changes: 2 additions & 2 deletions SimpleLauncher/SimpleLauncher.csproj
Expand Up @@ -16,8 +16,8 @@
<PackageIcon>icon2.png</PackageIcon>
<RepositoryUrl>https://github.com/drpetersonfernandes/SimpleLauncher</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>2.8.1.6</AssemblyVersion>
<FileVersion>2.8.1.6</FileVersion>
<AssemblyVersion>2.8.2.10</AssemblyVersion>
<FileVersion>2.8.2.10</FileVersion>
<PlatformTarget>x64</PlatformTarget>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<Version>$(VersionPrefix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion SimpleLauncher/settings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<Settings>
<ThumbnailSize>300</ThumbnailSize>
<ThumbnailSize>200</ThumbnailSize>
<HideGamesWithNoCover>false</HideGamesWithNoCover>
<EnableGamePadNavigation>false</EnableGamePadNavigation>
</Settings>

0 comments on commit ca656c1

Please sign in to comment.