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
..
compatibility_list
[Frontend] Added data for in emulator compatibility list (#2784)
8 months ago
eden.icon
[cmake] Fix macOS frameworks, and icon set usage (#3782)
3 months ago
english_plurals
Translate english plurals
4 years ago
icon_variations
[dist] new 1st anniversary icon (#3942)
1 month ago
icons
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
9 months ago
languages
[dist, android] Update translations from Transifex for May 23 (#4007)
3 weeks ago
qt_themes
[meta] restore normal icon, st. patricks is over (#3745)
3 months ago
72-eden-input.rules
[cmake, dist] Update udev rule to act on all joysticks, and add install option (#3968)
4 weeks ago
Assets.car
[cmake] Fix macOS frameworks, and icon set usage (#3782)
3 months ago
dev.eden_emu.eden.desktop
[meta] remove UTF8-hyphen on readme, rewrite to be more neutral (#3273)
5 months ago
dev.eden_emu.eden.metainfo.xml
[meta] remove UTF8-hyphen on readme, rewrite to be more neutral (#3273)
5 months ago
dev.eden_emu.eden.svg
[chore, dist] icons: newyear2025 -> base (#3298)
5 months ago
dev.eden_emu.eden.xml
[cmake] changed app id from org.eden_emu.eden to dev.eden_emu.eden (#237)
10 months ago
eden.bmp
[meta] restore normal icon, st. patricks is over (#3745)
3 months ago
eden.icns
[cmake] Fix macOS frameworks, and icon set usage (#3782)
3 months ago
eden.ico
[meta] restore normal icon, st. patricks is over (#3745)
3 months ago
eden_profile.jpg
[core] Use a eden profile picture instead of the default grey one. (#3350)
5 months ago
yuzu.manifest
general: Target Windows 10 SDK
3 years ago