From e98ce1477099b0d806f45543fbaea167f0f70d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:14:21 -0300 Subject: [PATCH] Don't use mechaemu driver on retail consoles --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 143b7b3..293d800 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -41,7 +41,7 @@ jobs: - name: Compile project run: | - make clean all pack MECHAEMU=1 + make clean all pack - name: Get version run: |