You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lizzie
dc1486485b
[core/hle/service] move 'loader'+'jit' to guest thread ( #4148 )
loader is barely called whereas audio for example is called super often
thus demote loaderr
jit is only ever used by Super Mario 3D stars, and no other
games require this to be a separate jit thread
additionally even of 3D stars this is called often chary
so no; we dont need a dedicated thread for it either way
this pr should help low power devices/devices with less cores/threads
to schedule the existing emulator threads more efficiently
also moving to guest means the CPU threads get more loaded with
stuffings, which is a good thing as most of the time theyre
sleeping and/or waiting for a mutex
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4148
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
6 days ago
..
AlterDateTime.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
Architectures.md
[externals] Update to SDL3 (#3952)
2 months ago
Audio.md
[docs] initial user handbook draft (#2629)
10 months ago
Basics.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
5 months ago
CFW.md
[hle] make HBLoader work, add -hlaunch option (#3981)
2 months ago
CommandLine.md
[eden-cli] add extra CLI options -n/-x/-s (#4173)
6 days ago
Controllers.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
Graphics.md
[video_core/host_shaders] add Snapdragon GSRv1 fragment shaders (#3307)
2 months ago
GyroControls.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
HowToAccessLogs.md
[docs] Adding Initial Documentation (#3139)
8 months ago
ImportingSaves.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
InstallingAtmosphereMods.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
8 months ago
InstallingUpdatesDLC.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
Mods.md
[docs] Obtanium, installing mods, external ES-DE config, section about CFW and settings (#3678)
5 months ago
Multiplayer.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
Native.md
[common] autogenerate unique console serial for every install (#3550)
6 months ago
Orphaned.md
[qt] clean up some orphaned_profiles bugs; add help (#2894)
9 months ago
QuickStart.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
README.md
[docs] add CodingStyle + Coding guidelines, HOS kernel basics, 'Settings' and add external resources, add better docs for dtrace-tool.pl (#3964)
3 months ago
RunOnMacOS.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
ServerHosting.md
[docs/user] add server hosting section (#3093)
8 months ago
Settings.md
[docs] clang-cl with MSVC, misc docs updates (#4034)
2 months ago
SteamROM.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
Storage.md
[core/filesystem] "easier" cheats folder structure like Ryujinx (#2795)
9 months ago
SyncthingGuide.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
Testing.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
5 months ago
ThirdParty.md
[docs] Tighten AI restrictions and switch to CONTRIBUTING.md (#4193)
3 weeks ago
Troubleshoot.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
UsingAmiibo.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
UsingCheats.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
3 weeks ago
User Handbook
The "FAQ".
This handbook is primarily aimed at the end-user - baking useful knowledge for enhancing their emulation experience.
A copy of this handbook is available online .
Basics
3rd-party Integration
Advanced