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
fbf743f5cb
commit
43e9d5aeee
1 changed files with 11 additions and 9 deletions
20
src/App.tsx
20
src/App.tsx
|
@ -14,9 +14,9 @@ export default function App() {
|
||||||
const changes = [
|
const changes = [
|
||||||
{
|
{
|
||||||
version: 'v1.0.14',
|
version: 'v1.0.14',
|
||||||
sha: '...',
|
sha: '6178075',
|
||||||
isLatest: false,
|
isLatest: true,
|
||||||
isUpcoming: true,
|
isUpcoming: false,
|
||||||
details: [
|
details: [
|
||||||
{
|
{
|
||||||
title: 'Added support for booting the initial setup screen via -setup',
|
title: 'Added support for booting the initial setup screen via -setup',
|
||||||
|
@ -27,7 +27,9 @@ export default function App() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Added several missing functions to allow the initial setup screen to be launched',
|
title: 'Added several missing functions to allow the initial setup screen to be launched',
|
||||||
subtitles: []
|
subtitles: [
|
||||||
|
'Fixes an issue where some newer games would not boot'
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Fixed an issue with mm:u where Get and GetOld would not return after pushing a found session\'s minimum value',
|
title: 'Fixed an issue with mm:u where Get and GetOld would not return after pushing a found session\'s minimum value',
|
||||||
|
@ -42,12 +44,12 @@ export default function App() {
|
||||||
{
|
{
|
||||||
color: 'green',
|
color: 'green',
|
||||||
platform: 'Android',
|
platform: 'Android',
|
||||||
url: ''
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/app-mainline-release.apk'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color: 'orange',
|
color: 'orange',
|
||||||
platform: 'Linux',
|
platform: 'Linux',
|
||||||
url: ''
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/sudachi-linux-v1.0.14.7z'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color: 'violet',
|
color: 'violet',
|
||||||
|
@ -57,19 +59,19 @@ export default function App() {
|
||||||
{
|
{
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
platform: 'Windows',
|
platform: 'Windows',
|
||||||
url: ''
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/sudachi-windows-v1.0.14.7z'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color: 'gray',
|
color: 'gray',
|
||||||
platform: 'Source Code',
|
platform: 'Source Code',
|
||||||
url: ''
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/latest.zip'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: 'v1.0.13',
|
version: 'v1.0.13',
|
||||||
sha: 'c5aff15',
|
sha: 'c5aff15',
|
||||||
isLatest: true,
|
isLatest: false,
|
||||||
isUpcoming: false,
|
isUpcoming: false,
|
||||||
details: [
|
details: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue