lizzie
1660526e95
leave pending param package stuff
7 months ago
lizzie
63b2c47ccc
restore protection
7 months ago
lizzie
7b59a6b411
immediately terminate in OO, use 2MB swap handler
7 months ago
lizzie
c6d631492e
reduce fiber sizes
7 months ago
lizzie
b2a22cc569
fix yuzu cpp
7 months ago
lizzie
ee988fdba1
use dmem for swap buffers, restore full jit sizes
7 months ago
lizzie
15f4e34c0b
force ankerl + fixup for OO with prelude commits
7 months ago
lizzie
830da60df9
fixup shit
7 months ago
lizzie
65e1081a7e
use newer sdl2, make bigger stack
7 months ago
lizzie
deb891ae54
mark codeblocks as noexcept
7 months ago
lizzie
abc79aab58
make a bit more mergeable
7 months ago
lizzie
bd261df8ad
revert input system to main
7 months ago
lizzie
28c36e3b63
stub add proper iostream init
7 months ago
lizzie
ceba4dc66e
update loicense
7 months ago
lizzie
4e2433b45e
restore stupid lock, make ps4sup library
7 months ago
lizzie
5860470c94
bs fix
7 months ago
lizzie
796c2b0450
temp fix for dpad
7 months ago
lizzie
3bd9805c85
add emutls.c
7 months ago
lizzie
68044106ae
reduce arm codeisze, force 16x4 pages again
7 months ago
lizzie
8cd897a3e5
extra buffer precautions to not exhaust DMem, format better + perf history nerf
7 months ago
lizzie
bbd737895c
more inline pt2
7 months ago
lizzie
d2d58f24bd
fix atexit impl
7 months ago
lizzie
60b1f4d2c5
fibers that don't immediately crash?!!?!?!!?
7 months ago
lizzie
a5bd5d06d5
force running services on host
7 months ago
lizzie
c9a55911be
fix alloc failures
7 months ago
lizzie
0e7fc7f6e9
fix for crashes on TLS due to openorbis being W E I R D
8 months ago
lizzie
b1dc9d59dc
opengl bullshit
7 months ago
lizzie
1ed5c3cea6
proper memswap mechanism
8 months ago
lizzie
999900249d
more stupid stuff
8 months ago
lizzie
23a0875545
fixes 4 stuff
8 months ago
lizzie
7c2662dd16
swap handling
8 months ago
lizzie
bfda17a16f
license
8 months ago
lizzie
fa082e4407
evil haxx
9 months ago
lizzie
08992e2cbe
extra ps4 defs
9 months ago
lizzie
1093332251
force NO fastmem
9 months ago
lizzie
d3049682f2
more memory shit
9 months ago
lizzie
e9532148e7
MAP_SYSTEM
9 months ago
lizzie
07a1b78f8f
(likely) fixes for virtual dmem?
9 months ago
lizzie
fbd0366d6f
disable fastmem
9 months ago
lizzie
42181fb328
try to fix the paths
9 months ago
lizzie
46304432c6
sysconf stub cuz crash(?) + some stderrp stuff
9 months ago
lizzie
4371be81ff
the orb
9 months ago
lizzie
e8da0ff702
fself + pkg stuffs
9 months ago
lizzie
335b3552e2
make .pkg and .self
9 months ago
lizzie
df3a09f078
exclude more stuff from vulkan
9 months ago
lizzie
6f01172884
exclude from vulkan surface selection
9 months ago
lizzie
69a7112e86
merge
3 months ago
lizzie
4e31882d30
merge
9 months ago
lizzie
e7a931d06b
[eden-cli] rework loop to use new SDL3 event dispatch system ( #4108 )
modernized into the new SDL3 API for event dispatching.
also stopped using the periodic comparison and just added a SDL timer like it wants us to do
is it better than before? well it's certainly more portable now. docs say this improves battery usage on busywaits for event polling.
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4108
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
5 days ago
crueter
8648c27cbb
[cmake] Simplify DetectPlatform and normalize platform names ( #4183 )
Since 3.25 introduced `LINUX` and `BSD`, use them, and standardize other platforms to that style
Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4183
Reviewed-by: Samuel <lizzie@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
1 week ago