eden/docs
crueter fe8017734b
[cmake, externals] android x86_64 support (#3086)
Updates all of our bundled CI deps to support android x86_64, adds a
build flavor thereof (`chromeOS`), and also adds sirit mingw support.

The new FFmpeg package is built in a much better way that actually makes
it identically built to the other CI packages, meaning we now have real
8.0.0 support, no need for libvpx/cpu_features/all that other crap.
PLUS, we can now statically link it! Hooray! It's also built with
MediaCodec support so in the future we can work on that.

Rewrote the android build script too, plus added a copyFlavorTypeOutput
target that assembles and copies the APK. The code behind it sucks
because I'm not great with Gradle but hey, it works.

Testers: please test everything related to video decoding. VP9 and h264, games that normally suck with their prerendered stuff, make sure I didn't nuke it to oblivion, etc.

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3086
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
2025-12-03 06:40:11 +01:00
..
CPMUtil [cmake] ffmpeg: use static on MSVC (#2946) 2025-11-04 07:05:52 +01:00
build [cmake, externals] android x86_64 support (#3086) 2025-12-03 06:40:11 +01:00
img [dist] shrink png asset size with optipng, scripts to generate assets (#2573) 2025-09-26 03:53:54 +02:00
scripts [frontend, android] Move update_checker to frontend_common and add Android support (#2687) 2025-10-21 23:36:35 +02:00
user [video_core, settings] Allow to turn of aniso levels completely, provide levels of aniso upto x64 (#3019) 2025-11-26 02:16:37 +01:00
Build.md [tools] MSVC environment loader, POSIX vulkan/MSVC install scripts (#2993) 2025-11-15 17:53:13 +01:00
CODEOWNERS Revert "[docs] Add @Ribbit to video_core/ and shader_recompiler/ CODEOWNERS (#2892)" (#2896) 2025-10-30 04:47:32 +01:00
Caveats.md [compat] Fix other DragonFlyBSD/NixOS issues (#2860) 2025-11-07 16:50:03 +01:00
Coding.md [compat] Fix other DragonFlyBSD/NixOS issues (#2860) 2025-11-07 16:50:03 +01:00
CrossCompile.md [docs, tools] Add 3rd party links, debug and testing guidelines; add extra tools for maintaining strings, rewrite lanczos generator in perl (#2749) 2025-10-20 14:25:03 +02:00
Debug.md [docs] debug log/gfx debug info (#2871) 2025-10-29 03:24:20 +01:00
Deps.md [tools] MSVC environment loader, POSIX vulkan/MSVC install scripts (#2993) 2025-11-15 17:53:13 +01:00
Development.md [docs, tools] Add 3rd party links, debug and testing guidelines; add extra tools for maintaining strings, rewrite lanczos generator in perl (#2749) 2025-10-20 14:25:03 +02:00
Options.md nuke: Goodbye PCH, you will not be missed (#2821) 2025-10-27 20:50:16 +01:00
README.md [docs] debug log/gfx debug info (#2871) 2025-10-29 03:24:20 +01:00
SIGNUP.md [docs] initial user handbook draft (#2629) 2025-10-05 20:44:48 +02:00

README.md

Eden Build Documentation

This contains documentation created by developers. This contains build instructions, guidelines, instructions/layouts for cool stuff we made, and more.