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
557876b222
[core] use memcpy instead of hand rolling aligned cases ( #2639 )
Hand rolling memcpy like this is always frowned upon because the compiler has more insight on whats going on (plus the code resolves to a worse version of itself on assembly). This removes some branches that are just straight up redundant. May save stuff especially for systems without fastmem enabled.
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2639
Reviewed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
6 months ago
..
arm
[NCE] Fix cache invalidation and signal interrupt race condition (#3063)
6 months ago
crypto
[qt, settings] allow to set custom unit and battery serial (#2813)
7 months ago
debugger
[logging, debugger] remove unescesary logic and only query USER env variable once (#2800)
8 months ago
file_sys
[hle,display,overlay,starter,hid] add overlay functions, starter applet (initially), HID handheld for system applets and fw21 stubs (#3080)
7 months ago
frontend
[compat] HaikuOS port (#2805)
8 months ago
hle
[hle] stubbed extra services from (parental controls and stuff) fw21 (#3175)
6 months ago
internal_network
[compat] HaikuOS port (#2805)
8 months ago
loader
[common] replace Common::(DerivedFrom, IsArithmetic, Size, ConvertibleTo, IsIntegral) with libstdc++ equivalents (#290)
7 months ago
memory
[tools, cmake] refactor: update/hash check scripts, use tags for some more deps, proper CPMUtil separation (#2666)
8 months ago
tools
[compat] HaikuOS port (#2805)
8 months ago
CMakeLists.txt
[core] Add overridable game setting functionality (#2963)
6 months ago
constants.cpp
service: acc: Replace default image with a 32x32 image
3 years ago
constants.h
service: acc: Replace default image with a 32x32 image
3 years ago
core.cpp
[core] Add overridable game setting functionality (#2963)
6 months ago
core.h
[hle,display,overlay,starter,hid] add overlay functions, starter applet (initially), HID handheld for system applets and fw21 stubs (#3080)
7 months ago
core_timing.cpp
[qt_common, core, audio] remove duplicate string literal definitions, inline SystemManager::threadfunc, increase latency of audio shutdown (#3030)
7 months ago
core_timing.h
core_timing: handle concurrent unscheduling of looping events
3 years ago
cpu_manager.cpp
[meta] remove MicroProfile (#185)
10 months ago
cpu_manager.h
Fix typos in src/core (#12625)
2 years ago
device_memory.cpp
core: Define HAS_NCE macro
3 years ago
device_memory.h
Core: Initial implementation of device memory mapping
2 years ago
device_memory_manager.h
Port changes from Early Access
1 year ago
device_memory_manager.inc
[cmake] enable clang-cl and WoA builds (#348)
9 months ago
game_settings.cpp
[core] Add overridable game setting functionality (#2963)
6 months ago
game_settings.h
[core] Add overridable game setting functionality (#2963)
6 months ago
gpu_dirty_memory_manager.h
Core: Eliminate core/memory dependancies.
2 years ago
guest_memory.h
Solves warning about GuestMemory having internal linkage.
1 year ago
hardware_properties.h
[dynarmic] jit fix branch v2 (#203)
10 months ago
memory.cpp
[core] use memcpy instead of hand rolling aligned cases (#2639)
6 months ago
memory.h
Revert "[core/memory] Remove defered heap allocation on Linux." (#2974)
7 months ago
perf_stats.cpp
[core] Fix buiding with fmt 10 (#2524)
9 months ago
perf_stats.h
chore: make yuzu REUSE compliant
4 years ago
reporter.cpp
[core] Fix buiding with fmt 10 (#2524)
9 months ago
reporter.h
service: move hle_ipc from kernel
3 years ago