mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 10:46:26 +02:00
Compare commits
No commits in common. "main" and "v1.0.14" have entirely different histories.
2 changed files with 4854 additions and 4876 deletions
9608
package-lock.json
generated
9608
package-lock.json
generated
File diff suppressed because it is too large
Load diff
122
src/App.tsx
122
src/App.tsx
|
@ -12,74 +12,11 @@ import { theme } from "./theme";
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
const changes = [
|
const changes = [
|
||||||
{
|
|
||||||
version: 'v1.0.15',
|
|
||||||
sha: 'c7431bd',
|
|
||||||
isLatest: true,
|
|
||||||
isUpcoming: false,
|
|
||||||
details: [
|
|
||||||
{
|
|
||||||
title: 'Added support for XCX:DE by stubbing ssl:s',
|
|
||||||
subtitles: [
|
|
||||||
'Currently the menu and a small section of the game has been tested'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Changed how MoltenVK is obtained for macOS to get newer versions',
|
|
||||||
subtitles: [
|
|
||||||
'Artifacts are now used which can now be updated more frequently'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Changed from SDL2 to SDL3 bringing over its improvements',
|
|
||||||
subtitles: []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Fixed issues related to caps by reverting the rewrite temporarily',
|
|
||||||
subtitles: []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Fixed several compilation errors on macOS',
|
|
||||||
subtitles: []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Updated vcpkg to the latest version',
|
|
||||||
subtitles: []
|
|
||||||
},
|
|
||||||
],
|
|
||||||
downloads: [
|
|
||||||
{
|
|
||||||
color: 'green',
|
|
||||||
platform: 'Android',
|
|
||||||
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.15/app-mainline-release.apk'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: 'orange',
|
|
||||||
platform: 'Linux',
|
|
||||||
url: ''
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: 'violet',
|
|
||||||
platform: 'macOS',
|
|
||||||
url: ''
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: 'blue',
|
|
||||||
platform: 'Windows',
|
|
||||||
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.15/sudachi-windows-v1.0.15.7z'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
color: 'gray',
|
|
||||||
platform: 'Source Code',
|
|
||||||
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.15/latest.zip'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
version: 'v1.0.14',
|
version: 'v1.0.14',
|
||||||
sha: '6178075',
|
sha: '...',
|
||||||
isLatest: false,
|
isLatest: false,
|
||||||
isUpcoming: false,
|
isUpcoming: true,
|
||||||
details: [
|
details: [
|
||||||
{
|
{
|
||||||
title: 'Added support for booting the initial setup screen via -setup',
|
title: 'Added support for booting the initial setup screen via -setup',
|
||||||
|
@ -90,9 +27,7 @@ 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',
|
||||||
|
@ -107,12 +42,12 @@ export default function App() {
|
||||||
{
|
{
|
||||||
color: 'green',
|
color: 'green',
|
||||||
platform: 'Android',
|
platform: 'Android',
|
||||||
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/app-mainline-release.apk'
|
url: ''
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color: 'orange',
|
color: 'orange',
|
||||||
platform: 'Linux',
|
platform: 'Linux',
|
||||||
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/sudachi-linux-v1.0.14.7z'
|
url: ''
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color: 'violet',
|
color: 'violet',
|
||||||
|
@ -122,12 +57,55 @@ export default function App() {
|
||||||
{
|
{
|
||||||
color: 'blue',
|
color: 'blue',
|
||||||
platform: 'Windows',
|
platform: 'Windows',
|
||||||
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/sudachi-windows-v1.0.14.7z'
|
url: ''
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
color: 'gray',
|
color: 'gray',
|
||||||
platform: 'Source Code',
|
platform: 'Source Code',
|
||||||
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.14/latest.zip'
|
url: ''
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
version: 'v1.0.13',
|
||||||
|
sha: 'c5aff15',
|
||||||
|
isLatest: true,
|
||||||
|
isUpcoming: false,
|
||||||
|
details: [
|
||||||
|
{
|
||||||
|
title: 'Changed mm:u to be more accurate to documentation',
|
||||||
|
subtitles: []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Removed ability to install games to the NAND',
|
||||||
|
subtitles: []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
downloads: [
|
||||||
|
{
|
||||||
|
color: 'green',
|
||||||
|
platform: 'Android',
|
||||||
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/app-mainline-release.apk'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: 'orange',
|
||||||
|
platform: 'Linux',
|
||||||
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/sudachi-linux-v1.0.13.7z'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: 'violet',
|
||||||
|
platform: 'macOS',
|
||||||
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/sudachi-macos-v1.0.13.7z'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: 'blue',
|
||||||
|
platform: 'Windows',
|
||||||
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/sudachi-windows-v1.0.13.7z'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
color: 'gray',
|
||||||
|
platform: 'Source Code',
|
||||||
|
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/latest.zip'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue