Skip to content

Commit 79ba36b

Browse files
authored
doc(readme): update README with RetroDECK compilation details
Added information about conditional compilation for RetroDECK.
1 parent 2e7de9b commit 79ba36b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The **RetroDECK Light Fork** builds upon the upstream ES‑DE codebase, adapting
1515
| **Feature Set** | Disabled features that conflict with Flatpak restrictions or that are not available in RetroDECK. |
1616
| **Upstream Integration** | All new features and bug fixes originate from the upstream ES‑DE project; the fork merges these changes regularly. |
1717

18+
All the changes are done under `#if defined(RETRODECK)` definition in the C++ files, so compiling the application without that flag makes the build identical to the original, with the exception of course of `es_systems.xml` and `es_find_rules.xml` that are hardly customized for RetroDECK only.
19+
1820
## Resources
1921

2022
- **Official ES‑DE Website:** <https://es-de.org>

0 commit comments

Comments
 (0)