From 369cfdbf53bc54c24dacea1c3b233a37c0ea0dd2 Mon Sep 17 00:00:00 2001 From: danprice142 <61921129+danprice142@users.noreply.github.com> Date: Sun, 21 May 2023 18:09:20 +0100 Subject: [PATCH] Merge Dev to Release (#39) * 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 https://github.com/retropassdev/RetroPass/commit/da6dedcfd3094295a269d182f4fed45a5239e5ac 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 2797364b20df1bb4faa16c7ac0f125e51150e54b. * 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 bc6183fd35410ff5e0602af02426a67f8434f150, reversing changes made to 354e985e8fdb3ac20745eb24f724fbbac79e7949. * Add Cache to Media Player Elements * Revert "Add Cache to Media Player Elements" This reverts commit fd7060955e2f087140bfc86ba17f829b07e67ca8. * 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 Co-authored-by: JJRoyale <98667766+JJRoyale@users.noreply.github.com> --- LaunchPass/SettingsPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaunchPass/SettingsPage.xaml.cs b/LaunchPass/SettingsPage.xaml.cs index 854663b..5d05f06 100644 --- a/LaunchPass/SettingsPage.xaml.cs +++ b/LaunchPass/SettingsPage.xaml.cs @@ -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)