Commit graph

28692 commits

Author SHA1 Message Date
lizzie
1d13f6043c stub add proper iostream init 2026-05-20 15:03:20 +00:00
lizzie
c6d8898c74 ps4 icon 2026-05-20 15:03:19 +00:00
lizzie
708ffa6cd0 update loicense 2026-05-20 15:03:19 +00:00
lizzie
25fb1de550 restore stupid lock, make ps4sup library 2026-05-20 15:03:19 +00:00
lizzie
4e003b60e9 bs fix 2026-05-20 15:03:19 +00:00
lizzie
6bc5efdf5e fix eboot 2026-05-20 15:03:19 +00:00
lizzie
f554c9e741 temp fix for dpad 2026-05-20 15:03:19 +00:00
lizzie
77cc5fea6f add emutls.c 2026-05-20 15:03:19 +00:00
lizzie
d88a1518cd reduce arm codeisze, force 16x4 pages again 2026-05-20 15:03:18 +00:00
lizzie
f25cf4a024 extra buffer precautions to not exhaust DMem, format better + perf history nerf 2026-05-20 15:03:18 +00:00
lizzie
876a8825e3 more inline pt2 2026-05-20 15:03:18 +00:00
lizzie
f29f247869 fix atexit impl 2026-05-20 15:03:18 +00:00
lizzie
f5b8c80779 fibers that don't immediately crash?!!?!?!!? 2026-05-20 15:03:18 +00:00
lizzie
d37ba6f3fc add fallback buffer back 2026-05-20 15:03:18 +00:00
lizzie
3eb6a23e42 force running services on host 2026-05-20 15:03:18 +00:00
lizzie
a625fcd5b3 fix alloc failures 2026-05-20 15:03:18 +00:00
lizzie
c3f5456bac fix for crashes on TLS due to openorbis being W E I R D 2026-05-20 15:03:18 +00:00
lizzie
3a053224de opengl bullshit 2026-05-20 15:03:18 +00:00
lizzie
d47a4b89f7 proper memswap mechanism 2026-05-20 15:03:18 +00:00
lizzie
daf4e9749d more stupid stuff 2026-05-20 15:03:18 +00:00
lizzie
fc42cc3d92 fixes 4 stuff 2026-05-20 15:03:18 +00:00
lizzie
c528822a79 swap handling 2026-05-20 15:03:18 +00:00
lizzie
711eb59aad license 2026-05-20 15:03:18 +00:00
lizzie
f903b24885 add sce_module so it loads on real hw 2026-05-20 15:03:18 +00:00
lizzie
88e9ca0518 fixes for mbedtls 2026-05-20 15:03:18 +00:00
lizzie
946fbe4b25 adapt to new master 2026-05-20 15:03:18 +00:00
lizzie
f9830093d8 evil haxx 2026-05-20 15:03:18 +00:00
lizzie
5c70fff3ea extra ps4 defs 2026-05-20 15:03:18 +00:00
lizzie
5f9508294d make virtual buffer become an optional 2026-05-20 15:03:18 +00:00
lizzie
d1f46b2963 force NO fastmem 2026-05-20 15:03:18 +00:00
lizzie
777a26c29e more memory shit 2026-05-20 15:03:18 +00:00
lizzie
5496119ad3 MAP_SYSTEM 2026-05-20 15:03:18 +00:00
lizzie
91dc9e41d8 (likely) fixes for virtual dmem? 2026-05-20 15:03:18 +00:00
lizzie
4a8df8d5bf disable fastmem 2026-05-20 15:03:18 +00:00
lizzie
5dc6ced8e9 try to fix the paths 2026-05-20 15:03:18 +00:00
lizzie
e4a6693424 sysconf stub cuz crash(?) + some stderrp stuff 2026-05-20 15:03:18 +00:00
lizzie
db35effd3a the orb 2026-05-20 15:03:18 +00:00
lizzie
5af0401a18 fself + pkg stuffs 2026-05-20 15:03:18 +00:00
lizzie
25f0c17485 make .pkg and .self 2026-05-20 15:03:17 +00:00
lizzie
e7ecea2ac4 exclude more stuff from vulkan 2026-05-20 15:03:17 +00:00
lizzie
ca6fa64c8a exclude from vulkan surface selection 2026-05-20 15:03:17 +00:00
lizzie
afbe093c47 buildable toolchain script + fixes for ffmpeg 2026-05-20 15:03:17 +00:00
lizzie
c110ab1e23 merge 2026-05-20 15:03:17 +00:00
lizzie
2bd62841d7 merge 2026-05-20 15:03:17 +00:00
lizzie
65d99aeac5 fix 2026-05-20 15:03:17 +00:00
lizzie
a780616834 toolchain-fix 2026-05-20 15:03:17 +00:00
crueter
feb8c5f88e
[desktop] More qt_common reorganization (#3916)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
Ported from QML branch.

Main "big" change is that EmuThread is now a shared state in QtCommon,
not individually managed/passed around by GRenderWindow and MainWindow.

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3916
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
2026-05-20 04:49:16 +02:00
lizzie
300a646a34
[hle] make HBLoader work, add -hlaunch option (#3981)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
hbloader is required to launch a bunch of shit (particularly hbmenu)

however due to some restrictive metadata validation, it doesn't get recognized as an NSP file

programs like hbmenu require hbloader (since it feeds them data like ConfigEntries and whatnot), launching hbmenu as-is standalone will result in a launchInit() error

adds an option to launch hbmenu via command line

Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3981
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
2026-05-19 23:35:53 +02:00
lizzie
e875a3196b
[core/hle/services/sockets] allow 'valid' range from [16,255] for IPv4 (#3491)
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/3491
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
2026-05-18 23:54:47 +02:00
lizzie
4eb082485d
[video_core] fix odr violation in formatter for pixelFormat (#3504)
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3504
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
2026-05-18 23:54:07 +02:00