lizzie
2d28eae6f5
fix2
5 months ago
lizzie
f99acdd9f2
make a bit more mergeable
5 months ago
lizzie
a2ed5d790e
Use updated SDL2
5 months ago
lizzie
41f221bb16
revert input system to main
5 months ago
lizzie
c406285df8
stub add proper iostream init
5 months ago
lizzie
9d87d77229
ps4 icon
5 months ago
lizzie
356a1602a4
update loicense
5 months ago
lizzie
d7348b89fc
restore stupid lock, make ps4sup library
5 months ago
lizzie
894aa8d03e
bs fix
5 months ago
lizzie
9185468cec
fix eboot
5 months ago
lizzie
10daa0178f
temp fix for dpad
5 months ago
lizzie
bca6e430b4
add emutls.c
5 months ago
lizzie
c1ec46f871
reduce arm codeisze, force 16x4 pages again
6 months ago
lizzie
b194520f6e
extra buffer precautions to not exhaust DMem, format better + perf history nerf
6 months ago
lizzie
4139246a80
more inline pt2
6 months ago
lizzie
d3d910e8e4
fix atexit impl
6 months ago
lizzie
bb6005bbef
fibers that don't immediately crash?!!?!?!!?
6 months ago
lizzie
bf7494bc66
force running services on host
6 months ago
lizzie
6c83d10add
fix alloc failures
6 months ago
lizzie
5e7444f1e3
fix for crashes on TLS due to openorbis being W E I R D
6 months ago
lizzie
32b49e60d9
opengl bullshit
5 months ago
lizzie
b0077d6035
proper memswap mechanism
7 months ago
lizzie
2ed2d64452
more stupid stuff
7 months ago
lizzie
038f3acfbe
fixes 4 stuff
7 months ago
lizzie
cf511dd70e
swap handling
7 months ago
lizzie
2a5a30d11e
license
7 months ago
lizzie
00fbe7ca2e
add sce_module so it loads on real hw
7 months ago
lizzie
6051f5509f
fixes for mbedtls
7 months ago
lizzie
a40494a6a8
adapt to new master
7 months ago
lizzie
0c715b12db
evil haxx
7 months ago
lizzie
f8c9ded3e2
extra ps4 defs
7 months ago
lizzie
fc491e09be
force NO fastmem
7 months ago
lizzie
4e5a0572e6
more memory shit
7 months ago
lizzie
ec09b5469a
MAP_SYSTEM
7 months ago
lizzie
e5731e987c
(likely) fixes for virtual dmem?
7 months ago
lizzie
b7c8ce41ff
disable fastmem
7 months ago
lizzie
d74ed3fdd4
try to fix the paths
7 months ago
lizzie
3584ffba6e
sysconf stub cuz crash(?) + some stderrp stuff
7 months ago
lizzie
b1cab8f842
the orb
7 months ago
lizzie
dff6b0305f
fself + pkg stuffs
7 months ago
lizzie
5919760c23
make .pkg and .self
7 months ago
lizzie
af0bf78deb
exclude more stuff from vulkan
7 months ago
lizzie
fab0464e0d
exclude from vulkan surface selection
7 months ago
lizzie
1dee85d8ea
buildable toolchain script + fixes for ffmpeg
7 months ago
lizzie
5ffee30707
merge
1 month ago
lizzie
94c23e843d
merge
7 months ago
lizzie
bde4f1ef11
fix
7 months ago
lizzie
fbb3836e31
toolchain-fix
6 months ago
maufeat
0c2894eabf
[hle] add: (re)winding application and revert option<Process> back to unique_ptr ( #4134 )
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>
5 days ago
lizzie
d8a8169eb2
[hle/bsd] do not use rust-result wannabe Expected in functions ( #4075 )
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>
5 days ago