Update App.tsx

This commit is contained in:
Jarrod Norwell 2025-01-15 01:10:16 +08:00 committed by GitHub
parent 72e8875c91
commit c8388354ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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