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
7a8176f63f
[dynarmic] implement missing SSE3 implementations ( #3301 )
Implementations for SSE3 CPUs (prescott)
Instead of fixing some of the bugs with HostCall when paired with vectors, i'll simply remove as many host calls as I can within the most used vector instructions - then just minimize their usage to memory read/writes.
Emitting the raw assembly code is faster than doing a HostCall, HostCalls are VERY expensive. So this is the desired output anyways.
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3301
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
1 week ago
..
AddingBooleanToggles.md
[debug] added functions to enable access to debug knobs from kotlin side + docs (#3265)
3 months ago
AddingDebugKnobs.md
[settings] changed debug knobs category to allow per-game usage (#3564)
2 months ago
AlterDateTime.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
Architectures.md
[compat] HaikuOS port (#2805)
6 months ago
Audio.md
[docs] initial user handbook draft (#2629)
6 months ago
Basics.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
CFW.md
[docs] Obtanium, installing mods, external ES-DE config, section about CFW and settings (#3678)
1 month ago
CommandLine.md
[frontend] allow to specify input profile name for first player on command line (#3684)
4 weeks ago
Controllers.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
Graphics.md
[docs] Obtanium, installing mods, external ES-DE config, section about CFW and settings (#3678)
1 month ago
GyroControls.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
HowToAccessLogs.md
[docs] Adding Initial Documentation (#3139)
4 months ago
ImportingSaves.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
InstallingAtmosphereMods.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
InstallingUpdatesDLC.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
Mods.md
[docs] Obtanium, installing mods, external ES-DE config, section about CFW and settings (#3678)
1 month ago
Multiplayer.md
[docs] Adding Multiplayer Guides (#3167)
4 months ago
Native.md
[common] autogenerate unique console serial for every install (#3550)
2 months ago
Orphaned.md
[qt] clean up some orphaned_profiles bugs; add help (#2894)
5 months ago
QuickStart.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
README.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
RunOnMacOS.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
ServerHosting.md
[docs/user] add server hosting section (#3093)
4 months ago
Settings.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
SteamROM.md
[docs] Obtanium, installing mods, external ES-DE config, section about CFW and settings (#3678)
1 month ago
Storage.md
[core/filesystem] "easier" cheats folder structure like Ryujinx (#2795)
6 months ago
SyncthingGuide.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
Testing.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
ThirdParty.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 weeks ago
Troubleshoot.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
UsingAmiibo.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months ago
UsingCheats.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
4 months 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