Commit graph

28557 commits

Author SHA1 Message Date
crueter
a80bb492d5 fix libs
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-03-30 06:43:27 +00:00
crueter
e47edba11a Fix most build errors
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-03-30 06:43:27 +00:00
crueter
9ba10df864 Update CPMUtil, and fix script
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-03-30 06:43:27 +00:00
lizzie
62e57095d9 DISABLE BY DEFAULT ON IOS FFS 2026-03-30 06:43:27 +00:00
lizzie
8f5fb5e7f6 fix life 2026-03-30 06:43:27 +00:00
lizzie
d611525af5 fix sirit i think, add ios-aarch64 2026-03-30 06:43:27 +00:00
lizzie
dde11d93b0 changes? 2026-03-30 06:43:27 +00:00
lizzie
b4c70f4a27 fix shit? 2026-03-30 06:43:27 +00:00
lizzie
23a6fedf06 fix #include "common/logging.h" 2026-03-30 06:43:27 +00:00
lizzie
0e4b45aa33 fix IOS again fucking objc bridge 2026-03-30 06:43:27 +00:00
lizzie
0c30417668 fix? 2026-03-30 06:43:27 +00:00
lizzie
e63f238778 properly use bridging header, fix headers 2026-03-30 06:43:27 +00:00
lizzie
134f511c65 fix swift driver I HOPE 2026-03-30 06:43:27 +00:00
lizzie
6051c0f7b7 license 2026-03-30 06:43:27 +00:00
lizzie
397174a8c9 [temporary c++ shit] 2026-03-30 06:43:27 +00:00
lizzie
69919725d6 bit of cmake fuckery 2026-03-30 06:43:27 +00:00
lizzie
88b32acec5 use language generator exprs 2026-03-30 06:43:27 +00:00
lizzie
6d54be78a2 $<$<COMPILE_LANGUAGE:C,CXX>:-Werror=missing-declarations> 2026-03-30 06:43:27 +00:00
lizzie
f5acdf2f41 proper linkings?! 2026-03-30 06:43:27 +00:00
lizzie
5768a548ef bridge changes/fixes 2026-03-30 06:43:26 +00:00
lizzie
cd7460c1c5 fix license 2026-03-30 06:43:26 +00:00
lizzie
a889491a78 fix xcode 2? 2026-03-30 06:43:26 +00:00
lizzie
3c82508dce fix xcode paths? 2026-03-30 06:43:26 +00:00
lizzie
e296947d7f fx 2026-03-30 06:43:26 +00:00
lizzie
850e054dc2 fx 2026-03-30 06:43:26 +00:00
lizzie
171afa7fa4 fix boost 2026-03-30 06:43:26 +00:00
lizzie
6477229e99 fx 2026-03-30 06:43:26 +00:00
lizzie
1831b09ea1 fix stuff 2026-03-30 06:43:26 +00:00
lizzie
f2f92055ee stupid macos 2026-03-30 06:43:26 +00:00
lizzie
190e63c58f fix1 2026-03-30 06:43:26 +00:00
lizzie
6dbb5832e1 fx 2026-03-30 06:43:26 +00:00
lizzie
bcb1ddead1 fix spirv-tools 2026-03-30 06:43:26 +00:00
lizzie
22e2d794fd fixes for ios spirv tools 2026-03-30 06:43:26 +00:00
lizzie
e4247c91ea fix license 2026-03-30 06:43:26 +00:00
lizzie
93cce6c4e8 fix ffmpeg 2026-03-30 06:43:26 +00:00
lizzie
be243b0beb fx 2026-03-30 06:43:26 +00:00
lizzie
dfc9dff8f5 fx 2026-03-30 06:43:26 +00:00
lizzie
4264b7a7e2 license 2026-03-30 06:43:26 +00:00
lizzie
d7fde2374f ios toolchain cmake 2026-03-30 06:43:26 +00:00
lizzie
be6ddc7c2c license 2026-03-30 06:43:26 +00:00
lizzie
4b98455502 license headers 2026-03-30 06:43:26 +00:00
lizzie
79cabd8302 flatten + cmake 2026-03-30 06:43:26 +00:00
lizzie
2f9773bf67 flatten 2026-03-30 06:43:26 +00:00
lizzie
0b34af84ef loicense 2026-03-30 06:43:26 +00:00
lizzie
cca130bedb modernize #1 2026-03-30 06:43:26 +00:00
lizzie
cf00f74e15 sudachi ios stuff 2026-03-30 06:43:26 +00:00
lizzie
5322bce4b8
[dynarmic] fix ODR violations (#3749)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3749
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-30 04:58:30 +02:00
lizzie
276dcdd8ea
[dynarmic] fix constexpr build issue on gcc-debian-stable (#3798)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3798
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-30 00:09:51 +02:00
lizzie
59254cd1e7
[dynarmic] restore proper backtraces for A64 (#3794)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
trivial changes, fixes hard crashes

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3794
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-29 13:57:49 +02:00
lizzie
9a3af3a6a3
[shader_recompiler] fix CBuf get/set VUUID due to using composite for U32[1], F32[1] (#3790)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3790
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-29 01:59:45 +01:00