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
efd26c3e4d
[android, nce] Remove LRU-Cache ( #3500 )
This PR removes the obsolete logic of LRU-cache within, removing old and dead code, allows Android to avoid unnecesary usage of memory caching, aside to prevent some old bugs to arise in other systems that allows NCE, improves a small margin of performance and makes memory ram consumption overall better, by 300 - 500mb, revealing that part of the code was still active, even if LRU wasn't enabled.
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Signed-off-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3500
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
3 months ago
..
arm
[android, nce] Remove LRU-Cache (#3500)
3 months ago
crypto
[qt, settings] allow to set custom unit and battery serial (#2813)
6 months ago
debugger
[logging, debugger] remove unescesary logic and only query USER env variable once (#2800)
7 months ago
file_sys
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
3 months ago
frontend
[chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398)
5 months ago
hle
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
3 months ago
internal_network
[bsd, ssl] force ssl verify option to be 0 and other fixes (#3386)
4 months ago
loader
[nce] add split patch mode to support modules bigger than 128MB (#3489)
3 months ago
memory
[file_sys, cheats] fix cheat_xxx.txt not being able to be disabled from Qt frontend (#3223)
4 months ago
tools
[compat] HaikuOS port (#2805)
7 months ago
CMakeLists.txt
[hle/ui] Add cmds and fix invalid handle return, remove Starter applet from UI (#3376)
4 months ago
constants.cpp
[core] Use a eden profile picture instead of the default grey one. (#3350)
4 months ago
constants.h
[core] Use a eden profile picture instead of the default grey one. (#3350)
4 months ago
core.cpp
[core, am] stub SetGpuTimeSliceBoost & fix ExitProcessAndReturn (#3475)
3 months ago
core.h
[common, core] remove uneeded memory indirection overhead at startup (#3306)
4 months ago
core_timing.cpp
[core, windows] remove microSleep() and simply wait on events like on linux (#3498)
3 months ago
core_timing.h
[common, core] remove uneeded memory indirection overhead at startup (#3306)
4 months ago
cpu_manager.cpp
[android, core] pin core threads to logical CPUs 0-3 (#3121)
3 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
[tests] fix compile+linking issues with PlayTime (#3345)
4 months ago
device_memory_manager.inc
[core] Fix range batching using nil ranges (#3349)
4 months ago
game_settings.cpp
[core] Add overridable game setting functionality (#2963)
5 months ago
game_settings.h
[core] Add overridable game setting functionality (#2963)
5 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)
9 months ago
launch_timestamp_cache.cpp
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
3 months ago
launch_timestamp_cache.h
[tests] fix compile+linking issues with PlayTime (#3345)
4 months ago
memory.cpp
[dynarmic, common] pagetable clustering (#3215)
4 months ago
memory.h
Revert "[core/memory] Remove defered heap allocation on Linux." (#2974)
6 months ago
perf_stats.cpp
[core] Fix buiding with fmt 10 (#2524)
8 months ago
perf_stats.h
chore: make yuzu REUSE compliant
4 years ago
reporter.cpp
[core] Fix buiding with fmt 10 (#2524)
8 months ago
reporter.h
service: move hle_ipc from kernel
3 years ago