mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 02:36:27 +02:00
Update App.tsx
This commit is contained in:
parent
72e8875c91
commit
c8388354ce
1 changed files with 15 additions and 0 deletions
15
src/App.tsx
15
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue