Skip to content

Commit

Permalink
W Emuloader 0.1.0 Release
Browse files Browse the repository at this point in the history
First major milestone in development:

Added taskbar and titlebar icons for all windows.

Added Wii + Gamecube support through dolphin.

Made UI for New emulator menu, now shows version,logo and platforms of emulators before you select them

Major refactor of New emulator download code, much easier to add new emulator support in future, also got rid of large section of repeated code.

Changed fonts for listboxes on all windows to spartan mb.

Search box now works on new emulator window.

Download queue window UI remade and now more aesthetically pleasing.

Download queue window UI can now be moved around.

Unfinished settings button no longer visible.
  • Loading branch information
ParthK117 committed May 14, 2020
1 parent 530803a commit f6dcd82
Show file tree
Hide file tree
Showing 34 changed files with 4,201 additions and 336 deletions.
Binary file modified .vs/W Emuloader/v16/.suo
Binary file not shown.
10 changes: 5 additions & 5 deletions W Emuloader/My Project/Application.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions W Emuloader/My Project/Application.myapp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>true</MySubMain>
<MainForm>Form1</MainForm>
<MainForm>main</MainForm>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>0</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
</MyApplicationData>
7 changes: 7 additions & 0 deletions W Emuloader/W Emuloader.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>e.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -106,6 +109,7 @@
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
Expand Down Expand Up @@ -162,5 +166,8 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="e.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>
Binary file modified W Emuloader/bin/Debug/W Emuloader.pdb
Binary file not shown.
Binary file added W Emuloader/bin/Debug/resources/citra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added W Emuloader/bin/Debug/resources/desmume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added W Emuloader/bin/Debug/resources/dolphin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added W Emuloader/bin/Debug/resources/e.ico
Binary file not shown.
Binary file added W Emuloader/bin/Debug/resources/installblack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added W Emuloader/bin/Debug/resources/installwhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added W Emuloader/bin/Debug/resources/ppsspp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added W Emuloader/bin/Debug/resources/project64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added W Emuloader/bin/Debug/resources/spartanmb.otf
Binary file not shown.
Binary file added W Emuloader/bin/Debug/resources/vbam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions W Emuloader/downloadqueue.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f6dcd82

Please sign in to comment.