Commit graph

28564 commits

Author SHA1 Message Date
lizzie
181ef2f516 add basic ios shit 2026-03-31 03:28:20 +00:00
crueter
1d062503db Revert stbi
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-03-31 03:28:20 +00:00
crueter
bd91519bf1 fix libs
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-03-31 03:28:20 +00:00
crueter
0b8f30e98b Fix most build errors
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-03-31 03:28:20 +00:00
crueter
ff105b9b63 Update CPMUtil, and fix script
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-03-31 03:28:20 +00:00
lizzie
7176248c1d DISABLE BY DEFAULT ON IOS FFS 2026-03-31 03:28:20 +00:00
lizzie
bb5ac6b6e2 fix life 2026-03-31 03:28:19 +00:00
lizzie
de6d517f0d fix sirit i think, add ios-aarch64 2026-03-31 03:28:19 +00:00
lizzie
ecfde32973 changes? 2026-03-31 03:28:19 +00:00
lizzie
60526cc135 fix shit? 2026-03-31 03:28:19 +00:00
lizzie
ced918fdb2 fix #include "common/logging.h" 2026-03-31 03:28:19 +00:00
lizzie
72714d203a fix IOS again fucking objc bridge 2026-03-31 03:28:19 +00:00
lizzie
0bab020294 fix? 2026-03-31 03:28:19 +00:00
lizzie
551922623f properly use bridging header, fix headers 2026-03-31 03:28:19 +00:00
lizzie
b983f0a0f0 fix swift driver I HOPE 2026-03-31 03:28:19 +00:00
lizzie
92b723e098 license 2026-03-31 03:28:19 +00:00
lizzie
b6cd89dbfb [temporary c++ shit] 2026-03-31 03:28:19 +00:00
lizzie
5153e61517 bit of cmake fuckery 2026-03-31 03:28:19 +00:00
lizzie
46fdcb3152 use language generator exprs 2026-03-31 03:28:19 +00:00
lizzie
4023b04626 $<$<COMPILE_LANGUAGE:C,CXX>:-Werror=missing-declarations> 2026-03-31 03:28:18 +00:00
lizzie
600e4198a1 proper linkings?! 2026-03-31 03:28:18 +00:00
lizzie
11a35d2723 bridge changes/fixes 2026-03-31 03:28:18 +00:00
lizzie
2c52140025 fix license 2026-03-31 03:28:18 +00:00
lizzie
07624929ca fix xcode 2? 2026-03-31 03:28:18 +00:00
lizzie
638bd664ff fix xcode paths? 2026-03-31 03:28:18 +00:00
lizzie
d55e64ff47 fx 2026-03-31 03:28:18 +00:00
lizzie
87a2fbfbb5 fx 2026-03-31 03:28:18 +00:00
lizzie
7b7490322c fix boost 2026-03-31 03:28:18 +00:00
lizzie
88da55614b fx 2026-03-31 03:28:18 +00:00
lizzie
e9bd182480 fix stuff 2026-03-31 03:28:18 +00:00
lizzie
a7019cf388 stupid macos 2026-03-31 03:28:18 +00:00
lizzie
fc788e697e fix1 2026-03-31 03:28:18 +00:00
lizzie
0bbc5073f6 fx 2026-03-31 03:28:18 +00:00
lizzie
3148b0a581 fix spirv-tools 2026-03-31 03:28:18 +00:00
lizzie
827265f449 fixes for ios spirv tools 2026-03-31 03:28:18 +00:00
lizzie
4ccb403d12 fix license 2026-03-31 03:28:18 +00:00
lizzie
b3fa54645f fix ffmpeg 2026-03-31 03:28:18 +00:00
lizzie
c57d5b086c fx 2026-03-31 03:28:18 +00:00
lizzie
46229bad0c fx 2026-03-31 03:28:18 +00:00
lizzie
19cb1afe3b license 2026-03-31 03:28:18 +00:00
lizzie
c76e65ff90 ios toolchain cmake 2026-03-31 03:28:18 +00:00
lizzie
133f2ff8d5 license 2026-03-31 03:28:18 +00:00
lizzie
d2d61858ca license headers 2026-03-31 03:28:18 +00:00
lizzie
f007929036 flatten + cmake 2026-03-31 03:28:18 +00:00
lizzie
2b748a09d8 flatten 2026-03-31 03:28:18 +00:00
lizzie
0eb0d31649 loicense 2026-03-31 03:28:18 +00:00
lizzie
bd730514d7 modernize #1 2026-03-31 03:28:18 +00:00
lizzie
5092dbb964 sudachi ios stuff 2026-03-31 03:28:18 +00:00
lizzie
e9f4541069
[dynarmic] improve A32 translate loop (#3780)
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/3780
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-31 05:23:43 +02:00
lizzie
cf7086de7c
[dynarmic] avoid stable_vector<> reallocations for shared labels (#3717)
this reduces some overhead due to frequent reallocations

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

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3717
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-31 05:23:19 +02:00