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.
simply0001
3d1a9d506d
video_core: compute macro param address on demand
GetMacroAddress only reads a couple of indices per macro, but ProcessMacro was
building a full std::vector<GPUVAddr> with one push_back per parameter word
every submission. macro_segments already holds (base, count) per chunk, so
GetMacroAddress can just walk it instead — dropping the per-word loop, a
.clear(), and a vector member.
Also returns on the first match in the macro dispatch instead of running every
std::get_if check.
No behaviour change, just removes redundant per-submission work.
Signed-off-by: simply0001 <nicolas.tobago@icloud.com>
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)
2 months 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 Jun 16 (#4102)
7 days 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)
1 month 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)
6 months ago
dev.eden_emu.eden.metainfo.xml
[meta] remove UTF8-hyphen on readme, rewrite to be more neutral (#3273)
6 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
installer.nsi
[windows] Add NSIS installer (#4008)
2 weeks ago
yuzu.manifest
general: Target Windows 10 SDK
3 years ago