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.
xbzk
7f5de6bcd6
[android/fs] external content loader + nca/xci patches ( #3596 )
Foreword: WHY DON'T EVERYBODY USE ONE FOLDER FOR EACH GAME+CONTENTS? AIN'T THIS THE FORMAT GAMES COME WHEN YOU BUE THEM? DO YOU LIVE WITH ALL YOUR FRIENDS AND HAVE A 2ND HOUSE FOR ALL THE CHILDREN?
Nice, i feel better now.
This feat extends Maufeat's work on external content loading. It harmonically additions:
"...also, if in each game folder X, you find a folder Y, and in this folder Y you detect ONLY a single game, then mount all external content for that game found in that folder Y and its subfolders."
Permanent (not toggleable). External Content folders are supported equally.
Also:
-Reworked several routines for preserving single source of truth between android and other systems;
-Fixed the annoying unknown format error for content files, by providing proper format detection.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3596
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: xbzk <xbzk@eden-emu.dev>
Co-committed-by: xbzk <xbzk@eden-emu.dev>
3 months ago
..
arm
[core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639)
4 months ago
crypto
[ports] Remove ENABLE_OPENSSL and mbedtls nixos remnants (#3638)
4 months ago
debugger
[logging, debugger] remove unescesary logic and only query USER env variable once (#2800)
8 months ago
file_sys
[android/fs] external content loader + nca/xci patches (#3596)
3 months ago
frontend
[chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398)
6 months ago
hle
[core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639)
4 months ago
internal_network
[core/internal_network] cleanup network interface code a bit (#2905)
4 months ago
loader
[android/fs] external content loader + nca/xci patches (#3596)
3 months ago
memory
[file_sys, cheats] fix cheat_xxx.txt not being able to be disabled from Qt frontend (#3223)
6 months ago
tools
[compat] HaikuOS port (#2805)
8 months ago
CMakeLists.txt
[core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639)
4 months ago
constants.cpp
[core] Use a eden profile picture instead of the default grey one. (#3350)
5 months ago
constants.h
[core] Use a eden profile picture instead of the default grey one. (#3350)
5 months ago
core.cpp
[vfs] remove usage of 'dynamic_cast', use ankerl::map for files (#3594)
4 months ago
core.h
[vfs] remove usage of 'dynamic_cast', use ankerl::map for files (#3594)
4 months ago
core_timing.cpp
[windows] Return x86 microsleep for Windows (#3563)
4 months ago
core_timing.h
[common, core] remove uneeded memory indirection overhead at startup (#3306)
5 months ago
cpu_manager.cpp
[android, core] pin core threads to logical CPUs 0-3 (#3121)
5 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
[texture_cache, buffer_cache] Added TLS handling + changed command queue for GPU threading. (#3579)
4 months ago
device_memory_manager.inc
[texture_cache, buffer_cache] Added TLS handling + changed command queue for GPU threading. (#3579)
4 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
launch_timestamp_cache.cpp
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442)
4 months ago
launch_timestamp_cache.h
[tests] fix compile+linking issues with PlayTime (#3345)
5 months ago
memory.cpp
[core/memory] remove indirection handling for unaligned access (#3584)
4 months ago
memory.h
Revert "[core/memory] Remove defered heap allocation on Linux." (#2974)
7 months ago
perf_stats.cpp
[frontend] Slow and Turbo modes (#3525)
4 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