lizzie
7b102c2d29
temp fix for dpad
4 months ago
lizzie
35ddab26ce
add emutls.c
4 months ago
lizzie
43be079c2f
reduce arm codeisze, force 16x4 pages again
4 months ago
lizzie
ca42284a10
extra buffer precautions to not exhaust DMem, format better + perf history nerf
4 months ago
lizzie
9224f2496a
more inline pt2
4 months ago
lizzie
53ddbed0c9
fix atexit impl
4 months ago
lizzie
a4e312b815
fibers that don't immediately crash?!!?!?!!?
4 months ago
lizzie
ca9ffa9f2d
add fallback buffer back
4 months ago
lizzie
3654d7b29d
force running services on host
4 months ago
lizzie
2a85f604bf
fix alloc failures
4 months ago
lizzie
89644d7597
fix sdl2
4 months ago
lizzie
8c7f7b72e5
fix for crashes on TLS due to openorbis being W E I R D
4 months ago
lizzie
87c56d6ba7
opengl bullshit
4 months ago
lizzie
fd03bef577
proper memswap mechanism
5 months ago
lizzie
e73c51ccca
more stupid stuff
5 months ago
lizzie
63e9f4270e
fixes 4 stuff
5 months ago
lizzie
9432638382
swap handling
5 months ago
lizzie
46796af514
license
5 months ago
lizzie
4c581da2df
add sce_module so it loads on real hw
5 months ago
lizzie
f4fcba9df5
fixes for mbedtls
5 months ago
lizzie
e67977d06d
adapt to new master
5 months ago
lizzie
2c15763968
evil haxx
5 months ago
lizzie
3b1c6b28be
extra ps4 defs
5 months ago
lizzie
fdd799f0fc
make virtual buffer become an optional
5 months ago
lizzie
f74c4343d8
force NO fastmem
5 months ago
lizzie
b25ac7f595
more memory shit
5 months ago
lizzie
24a783ed31
MAP_SYSTEM
5 months ago
lizzie
e9736ebca3
(likely) fixes for virtual dmem?
5 months ago
lizzie
2ff7fdb2ee
disable fastmem
5 months ago
lizzie
6c1c98a048
try to fix the paths
5 months ago
lizzie
550f4f87f0
sysconf stub cuz crash(?) + some stderrp stuff
5 months ago
lizzie
8a76f316fb
the orb
5 months ago
lizzie
a9fb8d0128
fself + pkg stuffs
5 months ago
lizzie
fb7ac6cfad
make .pkg and .self
5 months ago
lizzie
24ccae55a8
exclude more stuff from vulkan
5 months ago
lizzie
a0304e444c
exclude from vulkan surface selection
5 months ago
lizzie
1da242a970
buildable toolchain script + fixes for ffmpeg
5 months ago
lizzie
ecdaa219e1
merge
5 months ago
lizzie
60caf00787
merge
5 months ago
lizzie
eb6d2ca272
fix
5 months ago
lizzie
a85dcbb6c8
toolchain-fix
4 months ago
lizzie
8da6507a6d
fuck you
4 months ago
lizzie
dac0cfcea1
no conversion fixs
4 months ago
crueter
65beea7c73
[docs] Clean up debug and development docs + fix mdlint ( #3936 )
Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3936
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
3 days ago
PavelBARABANOV
86eae5cc41
[core] Fix qlaunch crash on second launch ( #3930 )
partial revert [08232ce642 ](08232ce642 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3930
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
4 days ago
crueter
8b9a841d99
[desktop] Fix QtCommon missing header in bootmanager.cpp ( #3931 )
Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3931
4 days ago
lizzie
ca1fcaca3b
[opengl] remove GLAD symbols from builds w/o OpenGL ( #3922 )
removes unused symbols from non-OpenGL builds, notably mac
I REMEMBER MAKING THIS PR A WHILE AGO but I have no record of it here, so hell lets redo it
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3922
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
4 days ago
Eden CI
8f4e8c6d6a
[dist, android] Update translations from Transifex for May 05 ( #3929 )
Automatic translation update for May 05
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3929
4 days ago
lizzie
4f4c298a39
[hle, service] fix errors related to race conditions triggering under SMG1 and SMG2 ( #3927 )
- service manager may add a service while someone else is finding it, so properly lock
- nvhost doesn't properly account for the fact that iterators GET FUCKING INVALIDATED
- use proper exit routine for mapping locked that failed (try/catch hell)
the last two were introduced by #3858 , but the first one has been present since ???
either way, remember that ankerl map has invalidated iterators upon erase/insert, so i accounted for that and SMG1 (and probably smg2) boot fine now
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3927
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
5 days ago
maufeat
fee603f0b9
[kernel, hle] Initial 22.0.0 kernel changes and cmd stubs ( #3761 )
- KProcess::Run() and CreateThread() SVC now write the current thread handle to TLS+0x110
- KPageTableBase::LockForMapDeviceAddressSpace now checks for a new KPageTableBase boolean, m_allowed_exec_device_mapping
- Stub `am` + `acc` + `settings` cmd module that needs to work for qlaunch
Thanks to: @alula and @yellows8
Source for changes: https://github.com/Atmosphere-NX/Atmosphere/pull/2744 , https://switchbrew.org/ , https://yls8.mtheall.com/
Co-authored-by: PavelBARABANOV <pavelbarabanov94@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3761
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
5 days ago