Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CapitaineJSparrow committed May 26, 2021
1 parent 57c398b commit 5c5cc5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ui/changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ const Changelog = () => {
<h1 style={{ textAlign: 'center' }}>What's new ? v{version}</h1>
<br />
<ul style={{ marginLeft: 20 }}>
<li>Some debug & add game version when you share shaders</li>
<li>Added a loader when you share shaders and upload is pending</li>
<li>Added a threshold indicator to explain when you can share shaders</li>
<li>Make the new share shaders feature compatible for our linux users</li>
<li>When you click on the "Share Shaders" button, Emusak will now ask to open Ryujinx and open the game to read Ryujinx logs and be sure no errors occurred. This is designed to reduce workload on our side, because validation submissions is very time consuming</li>
<li>Mods support is finally here ! For now there is only mods from <a href="#" onClick={() => electron.shell.openExternal("https://github.com/theboy181/switch-ptchtxt-mods")}>TheBoy181</a></li>
</ul>
<br/>
<p>
Expand Down

0 comments on commit 5c5cc5f

Please sign in to comment.