marcin-serwin
  • Joined on 2025-09-09
marcin-serwin commented on pull request eden-emu/eden#2596 2025-09-27 10:29:04 +02:00
[common] revert "replace Common::BitSet with std::bitset"

It also affects my Nix build on Linux.

marcin-serwin created pull request eden-emu/eden#2593 2025-09-26 22:38:15 +02:00
[cmake] Use siritConfig instead of the module
marcin-serwin created branch push-knsqpqxywxol in marcin-serwin/eden 2025-09-26 22:37:46 +02:00
marcin-serwin pushed to push-knsqpqxywxol at marcin-serwin/eden 2025-09-26 22:37:46 +02:00
fc683650a6 [cmake] Use siritConfig instead of the module
f088f028f3 [cmake] Fix building on aarch64-linux (#2591)
19eb8272b1 [video_core] Fix a bug in buffer cache that caused flickering in some games when using fast buffering (#2584)
86ddb51a87 [android] Implement foreground notification service (#480)
10aca2f90c [Vulkan] Descriptor Pool bug fix (#2564)
Compare 10 commits »
marcin-serwin pushed to push-kkpwkkxqsysr at marcin-serwin/eden 2025-09-26 21:45:40 +02:00
ffc0b99930 nce: fix variable shadowing a member of std::hash
2a92e4b572 core: find oaknut when building with NCE
Compare 2 commits »
marcin-serwin commented on pull request eden-emu/eden#2591 2025-09-26 21:42:40 +02:00
[cmake] Fix building on aarch64-linux

Done

marcin-serwin pushed to push-kkpwkkxqsysr at marcin-serwin/eden 2025-09-26 21:42:25 +02:00
393324bbe1 nce: fix variable shadowing a member of std::hash
84ea0a0b1a core: find oaknut when building with NCE
Compare 2 commits »
marcin-serwin created pull request eden-emu/eden#2591 2025-09-26 21:37:22 +02:00
[cmake] Fix building on aarch64-linux
marcin-serwin created branch push-kkpwkkxqsysr in marcin-serwin/eden 2025-09-26 21:36:18 +02:00
marcin-serwin pushed to push-kkpwkkxqsysr at marcin-serwin/eden 2025-09-26 21:36:18 +02:00
1734498e59 nce: fix variable shadowing a member of std::hash
80d4a8f635 core: find oaknut for NCE
f6e18d868a core: don't link mcl
19eb8272b1 [video_core] Fix a bug in buffer cache that caused flickering in some games when using fast buffering (#2584)
86ddb51a87 [android] Implement foreground notification service (#480)
Compare 10 commits »
marcin-serwin commented on pull request eden-emu/eden#399 2025-09-10 18:39:37 +02:00
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM

I've had issues with this before and official docs indicate that if(<string>) doesn't really work like that: https://cmake.org/cmake/help/latest/command/if.html#string

marcin-serwin pushed to push-oxnknwkznumv at marcin-serwin/eden 2025-09-10 18:19:19 +02:00
678cb591fd Disable strict checks for newer versions of xbyak
91a80afb4b Add Findsirit CMake module
ada943ef17 Link mbedcrypto into core
087325a820 Add CMake option to provide predownloaded nx_tzdb dir
Compare 4 commits »
marcin-serwin commented on pull request eden-emu/eden#399 2025-09-10 18:18:34 +02:00
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM

Done

marcin-serwin pushed to push-oxnknwkznumv at marcin-serwin/eden 2025-09-10 18:18:22 +02:00
9a9deced46 Disable strict checks for newer versions of xbyak
79d8d8a5aa Add Findsirit CMake module
2b8f7e0071 Link mbedcrypto into core
77943e2a88 Don't download nx_tzdb if it already exists
Compare 4 commits »
marcin-serwin commented on pull request eden-emu/eden#399 2025-09-10 17:41:48 +02:00
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM

This messes up hash of fixed output derivation in Nix and prevents reusing them between builds. I want to use the files predownloaded by Nix and not CPM or any bash script.

marcin-serwin commented on pull request eden-emu/eden#399 2025-09-10 17:32:13 +02:00
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM

But this involves running CPM and I want to avoid that.

marcin-serwin commented on pull request eden-emu/eden#399 2025-09-10 17:14:25 +02:00
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM

This is deliberate, I want to use predownloaded tzdb so I put it in this path before running configuration, I don't use CPM or its cache for this. This is similar to how this worked in yuzu.…

marcin-serwin pushed to push-oxnknwkznumv at marcin-serwin/eden 2025-09-10 17:08:11 +02:00
3f7c4927bc Disable strict checks for newer versions of xbyak
0044dc2ad0 Add Findsirit CMake module
868f54561e Link mbedcrypto into core
8204744d09 Don't download nx_tzdb if it already exists
34292581d4 Pass xbyak from externals to root
Compare 5 commits »
marcin-serwin created pull request eden-emu/eden#399 2025-09-09 23:03:13 +02:00
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM
marcin-serwin created branch push-oxnknwkznumv in marcin-serwin/eden 2025-09-09 22:59:08 +02:00