diff --git a/wiki-rtd/docs/wip/December-2024.md b/wiki-rtd/docs/wip/December-2024.md index c245397..46a4216 100644 --- a/wiki-rtd/docs/wip/December-2024.md +++ b/wiki-rtd/docs/wip/December-2024.md @@ -50,15 +50,32 @@ We wish them a happy journey ahead. Keep in touch, Itakatta! 🤌🍕🍝🍌 -## Development - 0.9.0b Status updates +## Open with RetroDECK - New function -What has happend since last month? + + +On the Linux Desktop (or desktop mode) we added the option of open and run various files directly with RetroDECK. +In these examples we will be using the [Little Medusa - Demo](https://megacatstudios.com/pages/little-medusa) a `.nes` file called `LittleMedusa_8bitdemo.nes` from Mega Cat Studios. + +### Example 1: The game inside the correct roms folder + + + +in this example the `LittleMedusa_8bitdemo.nes` file is inside the `retrodeck/roms/nes` folder and when clicking on it RetroDECK opens it with the Nintendo Entertainment System emulator and the game starts. + +RetroDECK knows that because you opened it from the `/roms/nes` foler the game must correspond to that system. + +### Example 2: The game is outside the roms folder + + + +In this example the `LittleMedusa_8bitdemo.nes` file is is not inside the `retrodeck/roms/nes` but in the ` download` folder. When clicked RetroDECK will prompt a dialog window and ask what system the file belongs to and then run it. --- -### Framework +## Framework - RetroDECK can now pick up logged-in Steam profiles for systems like SRM. - Several light manifest pipeline issues resolved. @@ -68,7 +85,7 @@ What has happend since last month? -### PortMaster Integration +## PortMaster Integration - No reported issues; it works as expected in cooker. ✅ @@ -76,7 +93,7 @@ What has happend since last month? -### Steam ROM Manager (SRM) Integration +## Steam ROM Manager (SRM) Integration - SRM is now working with your Steam username and syncing your favorite games to Steam. ✅ @@ -84,7 +101,7 @@ What has happend since last month? -### Godot Configurator +## Godot Configurator - More menus and buttons added. - Added the ability to launch SRM for tweaking settings or images. diff --git a/wiki-rtd/docs/wip/owr_appselect.png b/wiki-rtd/docs/wip/owr_appselect.png new file mode 100644 index 0000000..523cf50 Binary files /dev/null and b/wiki-rtd/docs/wip/owr_appselect.png differ diff --git a/wiki-rtd/docs/wip/owr_infolder.png b/wiki-rtd/docs/wip/owr_infolder.png new file mode 100644 index 0000000..b3ad8b4 Binary files /dev/null and b/wiki-rtd/docs/wip/owr_infolder.png differ diff --git a/wiki-rtd/docs/wip/owr_nonedir.png b/wiki-rtd/docs/wip/owr_nonedir.png new file mode 100644 index 0000000..18c673c Binary files /dev/null and b/wiki-rtd/docs/wip/owr_nonedir.png differ