mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
jan
This commit is contained in:
parent
b47af7b12a
commit
11dc3840c8
|
@ -24,11 +24,7 @@ Updated all components
|
||||||
|
|
||||||
## Thanks for your patience
|
## Thanks for your patience
|
||||||
|
|
||||||
We appreciate the community's patience while waiting for this update.
|
We appreciate the community's patience while waiting for this update
|
||||||
|
|
||||||
We are also postponing the release of the Godot Configurator to a later major version to incorporate valuable feedback from both our team members and testers.
|
|
||||||
Implementing these changes requires additional time.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -45,7 +41,7 @@ How about a Sea Shanty about Captain Comeback meeting his friends the Port Maste
|
||||||
|
|
||||||
## New Lighter Manifest & Framework changes
|
## New Lighter Manifest & Framework changes
|
||||||
|
|
||||||
We have spent several months rewriting various aspects of RetroDECK, resulting in over `1100` commits since the last release. During this time, we have:
|
We have spent several months rewriting various aspects of RetroDECK, resulting in about `1300` commits since the last release. During this time, we have:
|
||||||
|
|
||||||
- Reduced the application size by around `600MB`.
|
- Reduced the application size by around `600MB`.
|
||||||
- Decreased the build time from `3.30` hours to about `1` hour.
|
- Decreased the build time from `3.30` hours to about `1` hour.
|
||||||
|
@ -148,9 +144,11 @@ Ruffle is a Flash Player emulator written in Rust.
|
||||||
|
|
||||||
We got our the first version of our own RetroDECK ES-DE theme!
|
We got our the first version of our own RetroDECK ES-DE theme!
|
||||||
|
|
||||||
The theme is a remixed and inspired by the themes: Mini Banner made for Launchbox and ES-DE-Mini made for ES-DE.
|
The theme is inspired by the themes: Mini Banner made for Launchbox and ES-DE-Mini made for ES-DE.
|
||||||
|
|
||||||
The original themes Mini Banner and ES-DE-Mini are made by: `Weestuarty`, `DerSchlachter`, `Dan Patrick`.
|
The original themes Mini Banner and ES-DE-Mini are made by: `Weestuarty`, `DerSchlachter` and `Dan Patrick`.
|
||||||
|
|
||||||
|
It could be seen as a RetroDECK Remix of those themes.
|
||||||
|
|
||||||
The RetroDECK Theme features:
|
The RetroDECK Theme features:
|
||||||
|
|
||||||
|
@ -176,14 +174,16 @@ We soft launched it before, but we are considering it a part of this update! Hav
|
||||||
|
|
||||||
## Framework / Configurator
|
## Framework / Configurator
|
||||||
|
|
||||||
### RetroDECK Zenity Configurator
|
### RetroDECK Classic (Zenity) Configurator
|
||||||
|
|
||||||
<img src="../../../wiki_icons/retrodeck/icon-configurator.svg" width="120">
|
<img src="../../../wiki_icons/retrodeck/icon-configurator.svg" width="120">
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Change: BIOS Checkers have been merged into one checker.
|
||||||
|
Change: Open Emulator to -> Open Emulator / Component to account for SRM.
|
||||||
|
Added: Backported the Godot BIOS list to the old Checker resulting in several more BIOS in the list.
|
||||||
Added: Various compression improvements commits by Cohee to the compression tool.
|
Added: Various compression improvements commits by Cohee to the compression tool.
|
||||||
Changed: Open Emulator to -> Open Emulator / Component to account for SRM
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Emulators / Engines / Systems
|
## Emulators / Engines / Systems
|
||||||
|
@ -195,7 +195,7 @@ All components have been updated to a later version
|
||||||
- Retroarch & cores
|
- Retroarch & cores
|
||||||
- Systems
|
- Systems
|
||||||
|
|
||||||
What follows are highlighted changes
|
What follows are highlighted changes of note.
|
||||||
|
|
||||||
|
|
||||||
### ES-DE
|
### ES-DE
|
||||||
|
@ -210,6 +210,8 @@ Change: Favorites collection is now enabled by default on ES-DE as it is an requ
|
||||||
Change: The ES-DE settings are under a submenu in the ES-DE interface as our tools where making the menu to crowed.
|
Change: The ES-DE settings are under a submenu in the ES-DE interface as our tools where making the menu to crowed.
|
||||||
Added: Support for the Panda3DS - RetroArch core in ES-DE.
|
Added: Support for the Panda3DS - RetroArch core in ES-DE.
|
||||||
Added: Support for the LRPS2 - RetroArch core in ES-DE.
|
Added: Support for the LRPS2 - RetroArch core in ES-DE.
|
||||||
|
Fixed: Scraper was set to Europe and not World.
|
||||||
|
Note: ES-DE defaults to language to your system locale if the translation is available. If you want to change the language you can do so in ES-DE Configurations -> UI Settings -> Application Language.
|
||||||
Known Issue: RetroDECK's ES-DE submenu don't work with all translations. We hope to implement all translations in the future.
|
Known Issue: RetroDECK's ES-DE submenu don't work with all translations. We hope to implement all translations in the future.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -250,3 +252,10 @@ Added: More hotkeys are now supported like Open In-game Menu.
|
||||||
Added: Experimental N3DS core: Panda3DS.
|
Added: Experimental N3DS core: Panda3DS.
|
||||||
Added: Experimental Playstation 2 core: LRPS2.
|
Added: Experimental Playstation 2 core: LRPS2.
|
||||||
```
|
```
|
||||||
|
### Dolphin / Primehack:
|
||||||
|
|
||||||
|
<img src="../../../wiki_images/logos/dolphin-logo.svg" width="100">
|
||||||
|
|
||||||
|
```
|
||||||
|
Fixed: Aspect ratio was configured for the Steam Deck and not set to Auto.
|
||||||
|
```
|
||||||
|
|
|
@ -4,26 +4,30 @@ date: 2025-12-19
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# January 2025: A New Year of RetroDECK!
|
||||||
|
|
||||||
# January 2025: Captain Comeback?
|
A new year and a new blog post!
|
||||||
|
|
||||||
WIP
|
## Highlights
|
||||||
|
|
||||||
## Highlights
|
- Moving Godot Configurator
|
||||||
|
- Captain Comeback soon?
|
||||||
|
|
||||||
- WIP
|
<!-- more -->
|
||||||
|
|
||||||
|
## The bad news - Moving Godot Configurator
|
||||||
|
|
||||||
|
We are also postponing the release of the Godot Configurator to a later major version to incorporate valuable feedback from both our team members and testers.
|
||||||
|
|
||||||
|
As we already delayed 0.9.0b long enough, we decided to move the Godot Configurator to a future version.
|
||||||
|
|
||||||
|
## The good news - 0.9.0 Captain Comeback soon!
|
||||||
|
|
||||||
|
The good news is then that 0.9.0b is coming very soon.
|
||||||
|
|
||||||
|
We are in fact in the final stages of testing with the community testers squashing minor bugs and tweaking things.
|
||||||
|
|
||||||
|
|
||||||
<!-- more -->
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<img src="../../../rd-xmas-logo.svg" width="300">
|
|
||||||
|
|
||||||
## W
|
|
||||||
|
|
||||||
WIP
|
|
||||||
|
|
||||||
## That is all for now
|
## That is all for now
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue