mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 10:46:26 +02:00
Update App.tsx
This commit is contained in:
parent
6235064068
commit
72e8875c91
1 changed files with 25 additions and 1 deletions
26
src/App.tsx
26
src/App.tsx
|
@ -9,10 +9,34 @@ import { theme } from "./theme";
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
const changes = [
|
const changes = [
|
||||||
|
{
|
||||||
|
text: 'v1.0.12',
|
||||||
|
sha: '0622bd8',
|
||||||
|
isLatest: true,
|
||||||
|
isUpcoming: false,
|
||||||
|
details: [
|
||||||
|
{
|
||||||
|
system: "Windows",
|
||||||
|
download: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.12/sudachi-windows-v1.0.12.7z',
|
||||||
|
last: true,
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
primaryText: 'Added support for Donkey Kong Country™ Returns HD',
|
||||||
|
secondaryText: 'Stubbed hid::SetGestureOutputRanges'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
primaryText: 'Removed broken 19.0.0+ audio changes',
|
||||||
|
secondaryText: null
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.12/latest.zip'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'v1.0.11',
|
text: 'v1.0.11',
|
||||||
sha: '99775b8',
|
sha: '99775b8',
|
||||||
isLatest: true,
|
isLatest: false,
|
||||||
isUpcoming: false,
|
isUpcoming: false,
|
||||||
details: [
|
details: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue