Commit graph

28475 commits

Author SHA1 Message Date
lizzie
b444a96082 ps4 icon 2026-03-04 18:54:44 +00:00
lizzie
1df6ed512f update loicense 2026-03-04 18:54:44 +00:00
lizzie
9dbd0bb57b restore stupid lock, make ps4sup library 2026-03-04 18:54:44 +00:00
lizzie
f792712a66 bs fix 2026-03-04 18:54:44 +00:00
lizzie
e1394a09eb fix eboot 2026-03-04 18:54:44 +00:00
lizzie
4daa2b095e temp fix for dpad 2026-03-04 18:54:44 +00:00
lizzie
0f6faf6df5 add emutls.c 2026-03-04 18:54:44 +00:00
lizzie
e48c80f417 reduce arm codeisze, force 16x4 pages again 2026-03-04 18:54:44 +00:00
lizzie
3934b307c6 extra buffer precautions to not exhaust DMem, format better + perf history nerf 2026-03-04 18:54:44 +00:00
lizzie
e21c253923 more inline pt2 2026-03-04 18:54:44 +00:00
lizzie
c26c61fce2 fix atexit impl 2026-03-04 18:54:44 +00:00
lizzie
bdbd857d05 fibers that don't immediately crash?!!?!?!!? 2026-03-04 18:54:44 +00:00
lizzie
79a41e147f add fallback buffer back 2026-03-04 18:54:44 +00:00
lizzie
071884beb3 force running services on host 2026-03-04 18:54:44 +00:00
lizzie
346afecf21 fix alloc failures 2026-03-04 18:54:44 +00:00
lizzie
e7be657805 fix sdl2 2026-03-04 18:54:44 +00:00
lizzie
3d82c831f7 fix for crashes on TLS due to openorbis being W E I R D 2026-03-04 18:54:44 +00:00
lizzie
83e7a73451 opengl bullshit 2026-03-04 18:54:44 +00:00
lizzie
72deb0d987 proper memswap mechanism 2026-03-04 18:54:44 +00:00
lizzie
f55fc45646 more stupid stuff 2026-03-04 18:54:44 +00:00
lizzie
a2982c5e3b fixes 4 stuff 2026-03-04 18:54:44 +00:00
lizzie
4fe78fa2a7 swap handling 2026-03-04 18:54:44 +00:00
lizzie
ffba45acdb license 2026-03-04 18:54:44 +00:00
lizzie
ecbffcbbd1 add sce_module so it loads on real hw 2026-03-04 18:54:44 +00:00
lizzie
216e3c2621 fixes for mbedtls 2026-03-04 18:54:44 +00:00
lizzie
9c2ffc4163 adapt to new master 2026-03-04 18:54:44 +00:00
lizzie
60fc94de8e evil haxx 2026-03-04 18:54:44 +00:00
lizzie
130a9d44a8 extra ps4 defs 2026-03-04 18:54:43 +00:00
lizzie
f386b21186 make virtual buffer become an optional 2026-03-04 18:54:43 +00:00
lizzie
b5f6cfa818 force NO fastmem 2026-03-04 18:54:43 +00:00
lizzie
1653f6e6de more memory shit 2026-03-04 18:54:43 +00:00
lizzie
32af670e1f MAP_SYSTEM 2026-03-04 18:54:43 +00:00
lizzie
c7586397d9 (likely) fixes for virtual dmem? 2026-03-04 18:54:43 +00:00
lizzie
01bd498184 disable fastmem 2026-03-04 18:54:43 +00:00
lizzie
5e9aff65b0 try to fix the paths 2026-03-04 18:54:43 +00:00
lizzie
81f2ba5f9e sysconf stub cuz crash(?) + some stderrp stuff 2026-03-04 18:54:43 +00:00
lizzie
4d03401bba the orb 2026-03-04 18:54:43 +00:00
lizzie
4efd4e5c2e fself + pkg stuffs 2026-03-04 18:54:43 +00:00
lizzie
cf7c80b472 make .pkg and .self 2026-03-04 18:54:43 +00:00
lizzie
48c59e0bde exclude more stuff from vulkan 2026-03-04 18:54:43 +00:00
lizzie
6b39545ece exclude from vulkan surface selection 2026-03-04 18:54:43 +00:00
lizzie
604a5b24b7 buildable toolchain script + fixes for ffmpeg 2026-03-04 18:54:43 +00:00
lizzie
4117d00678 merge 2026-03-04 18:54:43 +00:00
lizzie
320342c93e merge 2026-03-04 18:54:43 +00:00
lizzie
3e0b7de22d fix 2026-03-04 18:54:43 +00:00
lizzie
6eba8843e7 toolchain-fix 2026-03-04 18:54:41 +00:00
lizzie
0605a88da5 fuck you 2026-03-04 18:54:20 +00:00
lizzie
04f96c6b2e no conversion fixs 2026-03-04 18:54:20 +00:00
PavelBARABANOV
9d2341eaea
[vk] Disable float16 math on non-MESA AMD drivers as 2026+ versions are broken (#3661)
thanks MaranBR

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3661
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Co-authored-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
Co-committed-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
2026-03-03 14:27:47 +01:00
tarako
d720a7b4b4
[vulkan] Fixed dual-source blending to correctly map shader outputs. (#3637)
Fixes Skyward Sword HD eye gitch and a related MoltenVK crash due to the incorrect output mapping. Verified working on mac and android.

The test in vk_pipeline_cache.cpp is a bit ugly, but it didn't seem worth it to go lambda/macro just to make it look cleaner. Could change if necessary.

Co-authored-by: tarako <none@none.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3637
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: tarako <r76036296@gmail.com>
Co-committed-by: tarako <r76036296@gmail.com>
2026-03-03 01:54:57 +01:00