Merge master in, with fixes
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
KimLS
2026-06-16 21:40:39 -07:00
14 changed files with 200 additions and 73 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
- name: Configure
shell: pwsh
run: |
cmake -S . -B build -G "Visual Studio 17 2022" -A x64 `
cmake -S . -B build -G "Visual Studio 18 2026" -A x64 `
-DCMAKE_BUILD_TYPE=Release `
-DEQEMU_BUILD_TESTS=ON `
-DEQEMU_BUILD_LOGIN=ON `