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
c2e74a9380
[common] remove DetachedTasks object usage ( #4096 )
this was only ever used for announce room json on one single instance
this object is pretty much a danger to society and shouldnt exist, especially since its:
a) a singleton
b) spawns objects out of thin air
c) doesn't respect RAII and can outlive its parent objects (big no no)
generally we shouldnt endorse objects like these in the future, but alas, it existed, now it has to begone
additionally there is a similar object in KWorkerTaskManager but it's not as egregious as this one.
check that this didnt break the usual announce room json logic
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4096
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
4 days ago
..
AlterDateTime.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days ago
Architectures.md
[externals] Update to SDL3 (#3952)
2 months ago
Audio.md
[docs] initial user handbook draft (#2629)
9 months ago
Basics.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 months ago
CFW.md
[hle] make HBLoader work, add -hlaunch option (#3981)
2 months ago
CommandLine.md
[hle] make HBLoader work, add -hlaunch option (#3981)
2 months ago
Controllers.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days 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)
5 days ago
HowToAccessLogs.md
[docs] Adding Initial Documentation (#3139)
7 months ago
ImportingSaves.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
7 months ago
InstallingAtmosphereMods.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
7 months ago
InstallingUpdatesDLC.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days ago
Mods.md
[docs] Obtanium, installing mods, external ES-DE config, section about CFW and settings (#3678)
4 months ago
Multiplayer.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days ago
Native.md
[common] autogenerate unique console serial for every install (#3550)
5 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)
5 days ago
README.md
[docs] add CodingStyle + Coding guidelines, HOS kernel basics, 'Settings' and add external resources, add better docs for dtrace-tool.pl (#3964)
2 months ago
RunOnMacOS.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days ago
ServerHosting.md
[docs/user] add server hosting section (#3093)
7 months ago
Settings.md
[docs] clang-cl with MSVC, misc docs updates (#4034)
1 month ago
SteamROM.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days 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)
5 days ago
Testing.md
[docs] testing guidelines, unify controller guide, gamemode (#3709)
4 months ago
ThirdParty.md
[tools] refactor, use #!/bin/sh, update license files (#3998)
2 months ago
Troubleshoot.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days ago
UsingAmiibo.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days ago
UsingCheats.md
[*, docs] remove UTF8 and make docs ASCII only (#4166)
5 days 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