Skip to content

Commit

Permalink
Merge Dev to Release (#39)
Browse files Browse the repository at this point in the history
* Bitmap Cache Hardware Accelerated for Image Controls and Remove old code

* Whoops

Re-Add Waves Background that was accidentally removed in last commit.

* Change Target Platform

Upgrade Target Platform too 10.0.20348.0

* Edited Custom Panel

* Debug Symbols

* Update LaunchPassCustomPanel.cs

* Fix All Scaling & Cropping Issues

This has been a long term problem, happy to get this one done

* Couple of small changes

* Waves-LP file difference resolution

update asset from more updated branch

* Game Title Sort Order Backport retropassdev@da6dedc

user can now sort games to any order instead of just alphabetically

* Build Version v2.0.3

* Add files via upload

* Delete Screenshot 2023-04-22 021815.png

* Update README.md

* Update README.md Description


Update README.md

* Update README.md

Add Sort Title ID# recommendation.

* Additional Doc Images

* Setup Video's

* Additional Doc Images


Setup Video's

* Moved These to Youtube

* Add Cache to Media Elements

Should hopefully improve stability with Video Backgrounds and some other minor optimisations

* Revert "Add Cache to Media Elements"

This reverts commit 2797364.

* Add Cache to Media Player Elements

* Update GameDetailsPage.xaml

* Update README.md
Update README.md

* Update Docs Images

* Update README.md (#23)


Update README.md (#24)

* Update README.md

* Build

* Game Title Sort Fix

Probably fixes game title sort.

* bump

* Revert "Merge remote-tracking branch 'LaunchPass-Cloud/Optomise-Branch' into Dev"

This reverts commit bc6183f, reversing
changes made to 354e985.

* Add Cache to Media Player Elements

* Revert "Add Cache to Media Player Elements"

This reverts commit fd70609.

* Regenerate assets and reset XMLs  to default if assets any are missing

This stops LaunchPass getting stuck on the splashscreen if assets or XMLs are missing from the USB

* Improves Image Loading & Fixes Cache Clearing when quitting LaunchPass

Greatly improves how images are first loaded into Platforms, should help a lot with large collections too. Cache is now remembered properly and works as intended.

* Update README.md (#28)

* Update README.md

* XBSX 2.0 URI Fix

* 2.1.7.0

* Add Discord Button & Multiple URI`s

All extra URI`s added to be used for splitting up Retroarch for individual systems.

nintendo64
gameboy
gbcolour
gbadvance
win95
w98
saturn
nds
dos

URIs added to split up Dolphin in a simular way.

gamecube
wii
virtualconsole
riivolution

This GitHub has versions of Dolphin and Retroarch that are split up and kept updated with icons, names and themes to match each system https://github.com/DevModeUWP?tab=repositories

* Fix grammar and the fact that Box - Front was a country (#35)

* Update Game.cs

* fix grammar (msedge cant be uninstalled btw)

* Update UrlSchemeGenerator.cs

* fix readme and make grammar better (#38)

* Update README.md

* Change Discord Link

---------

Co-authored-by: MoistDreams <22002023+Misunderstood-Wookiee@users.noreply.github.com>
Co-authored-by: MoistDreams <no-reply@no-reply.com>
Co-authored-by: JJRoyale <98667766+JJRoyale@users.noreply.github.com>
  • Loading branch information
4 people authored May 21, 2023
1 parent 82e7f24 commit 369cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LaunchPass/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ private async void Our_Apps_Click(object sender, RoutedEventArgs e)
private async void LP_Click(object sender, RoutedEventArgs e)
{
// The URI to launch
var uri = new Uri("microsoft-edge:https://discord.gg/eYt92NNhNE");
var uri = new Uri("microsoft-edge:https://dsc.gg/launchpass");
// Launch the URI
var success = await Windows.System.Launcher.LaunchUriAsync(uri);
if (success)
Expand Down

0 comments on commit 369cfdb

Please sign in to comment.