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',