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
d1ceeeca22
[cmake] use -mtls-dialect=gnu2 ( #3948 )
see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120933
we use TLS very sparingly (which is a good thing), some of our dependencies, in turn, may not
we should be aware of that fact
allegedly, there are minor glibc issues and such, but most distros should be fine
additionally, this is only enabled for FreeBSD and Linux, if it works on FreeBSD, naturally every Linux distro should support it as well
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3948
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
1 month ago
..
android
[file_sys] fix romfs_ext mods (#3914)
1 month ago
audio_core
[cmake] fixes for XCode when having languages other than C/C++ (#3772)
3 months ago
common
[common] Revert back Aync GPU default to true to fix flickering on Linux (#3946)
1 month ago
core
[file_sys] fix romfs_ext mods (#3914)
1 month ago
dedicated_room
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688)
3 months ago
dynarmic
[dynarmic] remove decode matcher function handlers using std::function<>, use raw function pointers (#3920)
1 month ago
frontend_common
[common] do not crash when don't have permissions to /tmp/eden directory due to unforessen circumstances (FreeBSD) (#3912)
1 month ago
hid_core
[hle] handle NPad shared_memory being null on certain updates and cases (#3860)
2 months ago
input_common
[common] unify std::random_device (#3801)
2 months ago
network
[common] unify std::random_device (#3801)
2 months ago
qt_common
[common] do not crash when don't have permissions to /tmp/eden directory due to unforessen circumstances (FreeBSD) (#3912)
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
[vk, ogl] bump shader cache version to 17 (#3947)
1 month ago
web_service
[cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800)
2 months ago
yuzu
[desktop] Fix QtCommon missing header in bootmanager.cpp (#3931)
1 month ago
yuzu_cmd
[opengl] remove GLAD symbols from builds w/o OpenGL (#3922)
1 month ago
yuzu_room_standalone
[cmake] add a `YUZU_STATIC_ROOM` option (#3411)
5 months ago
.clang-format
chore: make yuzu REUSE compliant
4 years ago
CMakeLists.txt
[cmake] use -mtls-dialect=gnu2 (#3948)
1 month ago
dep_hashes.h.in
[cmake, frontend] feat: CPMUtil + dependency viewer (#238)
10 months ago