From c8388354cea0fc6bf72e6b38d40216203b79230b Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Wed, 15 Jan 2025 01:10:16 +0800 Subject: [PATCH] Update App.tsx --- src/App.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 2b67299..10b261e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,6 +15,21 @@ export default function App() { isLatest: true, isUpcoming: false, details: [ + { + system: "Linux", + download: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.12/sudachi-linux-v1.0.12.7z', + last: false, + items: [ + { + primaryText: 'Added support for Donkey Kong Countryâ„¢ Returns HD', + secondaryText: 'Stubbed hid::SetGestureOutputRanges' + }, + { + primaryText: 'Removed broken 19.0.0+ audio changes', + secondaryText: null + } + ] + }, { system: "Windows", download: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.12/sudachi-windows-v1.0.12.7z',