Skip to content

Commit

Permalink
Revert "Merge branch 'beta'"
Browse files Browse the repository at this point in the history
This reverts commit f52ca0e, reversing
changes made to 2da6078.
  • Loading branch information
dragoonDorise committed Dec 23, 2024
1 parent f9a7d01 commit f443b90
Show file tree
Hide file tree
Showing 42 changed files with 511 additions and 229 deletions.
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EmuDeck",
"version": "2.3.4",
"version": "2.3.0",
"description": "Play all your RetroGames",
"license": "MIT",
"author": {
Expand Down
Binary file removed src/assets/changelog/banner_shadps4.png
Binary file not shown.
Binary file removed src/assets/emulators/shadps4.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/data/branch.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"branch": "dev"
"branch": "main"
}
35 changes: 33 additions & 2 deletions src/data/changelog-SteamOS-beta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-SteamOS-dev.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-SteamOS-early-unstable.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-SteamOS-early.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-SteamOS-main.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-linux-beta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-linux-dev.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-linux-early-unstable.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
35 changes: 33 additions & 2 deletions src/data/changelog-linux-early.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
[
{
"title": "ShadPS4",
"title": "Unified UI",
"type": "STEAMOS",
"description": "Now you can emulate PS4 games! Check the compatibility list on https://shadps4.net",
"description": "Brand New UI!",
"image": "true"
},

{
"title": "Remove Steam Rom Manager Cache",
"type": "STEAMOS",
"description": "Added a new button in Manage Emulators to clear SRM entries",
"image": "true"
},
{
"title": "Multilanguage",
"type": "STEAMOS",
"description": "We've added preliminary support for spanish, french and italian",
"image": "true"
},
{
"title": "Lime3DS",
"type": "STEAMOS",
"description": "We've added the new 3DS emulator, Lime3DS.",
"image": "true"
},
{
"title": "Citra",
"type": "STEAMOS",
"description": "We've also added PabloMK7's Citra fork. This should work like good old Citra so there's nothing you have to change",
"image": "true"
},
{
"title": "EmuDecky",
"type": "STEAMOS",
"description": "Now you can update your emulators from Gaming Mode and start / join local co op for Retroarch with just one click",
"image": "true"
}
]
Loading

0 comments on commit f443b90

Please sign in to comment.