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
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>
1 month ago
..
android
[android] move GENSHIN_SPOOF flag to genshinSpoof flavor (#3923)
1 month ago
audio_core
[cmake] fixes for XCode when having languages other than C/C++ (#3772)
3 months ago
common
[frontend] Built-in auto updater (#3845)
1 month ago
core
[hle, service] fix errors related to race conditions triggering under SMG1 and SMG2 (#3927)
1 month ago
dedicated_room
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688)
3 months ago
dynarmic
[macos, dynarmic] Implement VectorMin/Max{S,U}64 emitters (Apple Silicon fix) (#3421)
1 month ago
frontend_common
[frontend] Built-in auto updater (#3845)
1 month ago
hid_core
[hle] handle NPad shared_memory being null on certain updates and cases (#3860)
1 month ago
input_common
[common] unify std::random_device (#3801)
2 months ago
network
[common] unify std::random_device (#3801)
2 months ago
qt_common
[desktop] Fix 2 mod manager bugs (#3884)
1 month ago
shader_recompiler
[spirv] mark sampled image descriptor indices non-uniform (#3900)
1 month ago
tests
[cmake] fixes for XCode when having languages other than C/C++ (#3772)
3 months ago
video_core
[video_core] Reapply "Simplify TextureCache GC and remove redundant code" (#3723)
1 month ago
web_service
[cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800)
2 months ago
yuzu
[frontend] Built-in auto updater (#3845)
1 month ago
yuzu_cmd
[cmake] fixes for XCode when having languages other than C/C++ (#3772)
3 months ago
yuzu_room_standalone
[cmake] add a `YUZU_STATIC_ROOM` option (#3411)
4 months ago
.clang-format
chore: make yuzu REUSE compliant
4 years ago
CMakeLists.txt
[frontend] Built-in auto updater (#3845)
1 month ago
dep_hashes.h.in
[cmake, frontend] feat: CPMUtil + dependency viewer (#238)
10 months ago