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
8fd495f906
[video_core] fix std::bitset<> dirty tracker OOB, fix slightly wrong index format estimate ( #4006 )
u8 may have been 0xff, (aka. 255), but bitset was only 255 elements, so doing bitset[255] is technically OOB
additionally the max size estimate for index formats was not correct, there can be up to 256 elements with a u8 format index, not just 255
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4006
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
3 weeks ago
..
android
[dist, android] Update translations from Transifex for May 23 (#4007)
3 weeks ago
audio_core
[audio_core, hle, video_core] force inline of functions that only contain thread loops (#3970)
3 weeks ago
common
[*] fix missing '#pragma once' on header files (#4014)
3 weeks ago
core
[*] fix missing '#pragma once' on header files (#4014)
3 weeks ago
dedicated_room
[desktop] More qt_common reorganization (#3916)
3 weeks ago
dynarmic
[*] fix missing '#pragma once' on header files (#4014)
3 weeks 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/service{nvdrv,apm}] fixes for TetrisSwitch (#3983)
3 weeks ago
input_common
[externals] Update to SDL3 (#3952)
4 weeks ago
network
[common] unify std::random_device (#3801)
2 months ago
qt_common
[video_core/host_shaders] add Snapdragon GSRv1 fragment shaders (#3307)
3 weeks 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] fix std::bitset<> dirty tracker OOB, fix slightly wrong index format estimate (#4006)
3 weeks ago
web_service
[cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800)
2 months ago
yuzu
[video_core/host_shaders] add Snapdragon GSRv1 fragment shaders (#3307)
3 weeks ago
yuzu_cmd
[externals] Update to SDL3 (#3952)
4 weeks 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