What problem does it solve?
Configuring, building, and testing Yuzu across Linux, macOS, and Windows can be error-prone and time-consuming without a canonical workflow. This Skill guides users to run the canonical Meson-based entrypoints and per-OS build directories to ensure consistent results.
Core Features & Use Cases
- Canonical build directories: build-linux, build-macos, build-windows for predictable outputs.
- Guided setup and test selection: use scripts/setup.sh and provide --tests to run appropriate test suites.
- OS-aware build and test commands: per-OS instructions and fallbacks to recover from host/builddir mismatches.
Quick Start
Run ./scripts/setup.sh to configure, then compile with meson -C build-linux on Linux, meson -C build-macos on macOS, or meson -C build-windows on Windows.