lizzie
0c5b898b95
reduce fiber sizes
2026-06-27 18:00:01 +00:00
lizzie
9a780ed462
fix yuzu cpp
2026-06-27 18:00:01 +00:00
lizzie
d6fe92648d
use dmem for swap buffers, restore full jit sizes
2026-06-27 18:00:01 +00:00
lizzie
811686c21f
force ankerl + fixup for OO with prelude commits
2026-06-27 18:00:01 +00:00
lizzie
004469c55d
fix
2026-06-27 17:59:51 +00:00
lizzie
18506d2c3b
fixup shit
2026-06-27 17:59:51 +00:00
lizzie
75fd4bcb43
use newer sdl2, make bigger stack
2026-06-27 17:59:49 +00:00
lizzie
4fe57bd20f
mark codeblocks as noexcept
2026-06-27 17:59:36 +00:00
lizzie
f99acdd9f2
make a bit more mergeable
2026-06-27 17:59:36 +00:00
lizzie
41f221bb16
revert input system to main
2026-06-27 17:59:15 +00:00
lizzie
c406285df8
stub add proper iostream init
2026-06-27 17:59:15 +00:00
lizzie
356a1602a4
update loicense
2026-06-27 17:59:15 +00:00
lizzie
d7348b89fc
restore stupid lock, make ps4sup library
2026-06-27 17:59:15 +00:00
lizzie
894aa8d03e
bs fix
2026-06-27 17:59:15 +00:00
lizzie
10daa0178f
temp fix for dpad
2026-06-27 17:59:15 +00:00
lizzie
bca6e430b4
add emutls.c
2026-06-27 17:59:15 +00:00
lizzie
c1ec46f871
reduce arm codeisze, force 16x4 pages again
2026-06-27 17:59:15 +00:00
lizzie
b194520f6e
extra buffer precautions to not exhaust DMem, format better + perf history nerf
2026-06-27 17:59:15 +00:00
lizzie
4139246a80
more inline pt2
2026-06-27 17:59:15 +00:00
lizzie
d3d910e8e4
fix atexit impl
2026-06-27 17:59:15 +00:00
lizzie
bb6005bbef
fibers that don't immediately crash?!!?!?!!?
2026-06-27 17:59:15 +00:00
lizzie
bf7494bc66
force running services on host
2026-06-27 17:59:15 +00:00
lizzie
6c83d10add
fix alloc failures
2026-06-27 17:59:15 +00:00
lizzie
5e7444f1e3
fix for crashes on TLS due to openorbis being W E I R D
2026-06-27 17:59:14 +00:00
lizzie
32b49e60d9
opengl bullshit
2026-06-27 17:59:14 +00:00
lizzie
b0077d6035
proper memswap mechanism
2026-06-27 17:59:14 +00:00
lizzie
2ed2d64452
more stupid stuff
2026-06-27 17:59:14 +00:00
lizzie
038f3acfbe
fixes 4 stuff
2026-06-27 17:59:14 +00:00
lizzie
cf511dd70e
swap handling
2026-06-27 17:59:14 +00:00
lizzie
2a5a30d11e
license
2026-06-27 17:59:14 +00:00
lizzie
0c715b12db
evil haxx
2026-06-27 17:59:14 +00:00
lizzie
f8c9ded3e2
extra ps4 defs
2026-06-27 17:59:14 +00:00
lizzie
fc491e09be
force NO fastmem
2026-06-27 17:59:14 +00:00
lizzie
4e5a0572e6
more memory shit
2026-06-27 17:59:14 +00:00
lizzie
ec09b5469a
MAP_SYSTEM
2026-06-27 17:59:14 +00:00
lizzie
e5731e987c
(likely) fixes for virtual dmem?
2026-06-27 17:59:14 +00:00
lizzie
b7c8ce41ff
disable fastmem
2026-06-27 17:59:14 +00:00
lizzie
d74ed3fdd4
try to fix the paths
2026-06-27 17:59:14 +00:00
lizzie
3584ffba6e
sysconf stub cuz crash(?) + some stderrp stuff
2026-06-27 17:59:14 +00:00
lizzie
b1cab8f842
the orb
2026-06-27 17:59:14 +00:00
lizzie
dff6b0305f
fself + pkg stuffs
2026-06-27 17:59:14 +00:00
lizzie
5919760c23
make .pkg and .self
2026-06-27 17:59:14 +00:00
lizzie
af0bf78deb
exclude more stuff from vulkan
2026-06-27 17:59:14 +00:00
lizzie
fab0464e0d
exclude from vulkan surface selection
2026-06-27 17:59:14 +00:00
lizzie
5ffee30707
merge
2026-06-27 17:59:14 +00:00
lizzie
94c23e843d
merge
2026-06-27 17:59:12 +00:00
maufeat
0c2894eabf
[hle] add: (re)winding application and revert option<Process> back to unique_ptr ( #4134 )
...
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
This add winding application function. Test this by opening qlaunch -> top left Profile -> edit profile picture -> go back (do not save if you are on fw21+, it corrupts the image)
And reverts in #3908 added `optional<Process>` to `unique_ptr<Process>`
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4134
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
2026-06-27 16:47:46 +02:00
lizzie
d8a8169eb2
[hle/bsd] do not use rust-result wannabe Expected in functions ( #4075 )
...
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run
rust has Result<T,E> but we don't really need that in c++, also the header just sucks, objectively
Signed-off-by: lizzie lizzie@eden-emu.dev
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4075
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
2026-06-27 08:50:24 +02:00
lizzie
81c6e56713
[core/am] ban y2k domain to make Civ7 boot web-appletless ( #3868 )
...
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3868
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
2026-06-27 08:46:18 +02:00
MaranBr
b4b41ee62c
[buffer_cache] Add option to control GPU buffer readback ( #4126 )
...
Added an option to control the GPU buffer readback, as it causes issues if the hardware cannot keep up with the additional workload.
Some games require this to render certain effects properly.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4126
2026-06-27 08:38:04 +02:00