eden/src/core
JPikachu b2e602325c profile_manager: Implement firmware avatar selector (#205)
Adds an option to set a user's profile image from the avatars in the firmware. Background color can be changed with a color picker. Also modifies profile image saving to account for this, and as a result images are now saved as JPEG with 100% quality. Any PNG, JPEG, or BMP can now also be used in the image file picker instead of just JPEG.

Using ryujinx's implementation and other parts of the yuzu codebase for reference.

Credit: Torzu, lui

Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/56
Co-authored-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion>
Co-committed-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion>

Co-authored-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion>
Co-authored-by: Maufeat <sahyno1996@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/205
Co-authored-by: JPikachu <jpikachu@noreply.localhost>
Co-committed-by: JPikachu <jpikachu@noreply.localhost>
2025-06-26 18:39:28 +00:00
..
arm LRU Cache Refactor with Thread-Safety (#199) 2025-06-21 19:32:32 +00:00
crypto User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
debugger fix include for boost 1.8.3+ (#121) 2025-05-22 20:38:57 +00:00
file_sys fixing crashes when installing updates 2025-06-15 15:29:52 +03:00
frontend am: re-namespace frontend applets to frontend directory 2024-01-29 18:43:45 -05:00
hle profile_manager: Implement firmware avatar selector (#205) 2025-06-26 18:39:28 +00:00
internal_network Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
loader service: sm/kernel/loader: Implement QueryPointerBufferSize, automatic pointer buffer sizing, and SM service improvements 2025-04-30 06:35:22 +00:00
memory scope_exit: Make constexpr 2024-02-19 16:00:46 +01:00
tools
CMakeLists.txt Removed telemetry and anonymized SCM (git) strings 2025-04-04 03:40:47 +02:00
constants.cpp
constants.h
core.cpp Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
core.h Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
core_timing.cpp Fast CPU Time & Improved Fast GPU Time (#109) 2025-05-29 08:19:51 +00:00
core_timing.h
cpu_manager.cpp scope_exit: Make constexpr 2024-02-19 16:00:46 +01:00
cpu_manager.h
device_memory.cpp
device_memory.h
device_memory_manager.h Port changes from Early Access 2025-04-04 03:40:46 +02:00
device_memory_manager.inc Merge pull request #13000 from liamwhite/skip-null-memory 2024-02-22 11:34:23 -06:00
gpu_dirty_memory_manager.h
guest_memory.h Solves warning about GuestMemory having internal linkage. 2025-04-04 03:40:47 +02:00
hardware_properties.h
memory.cpp Initial MMO implementation 2025-04-28 16:44:35 -03:00
memory.h Port changes from Early Access 2025-04-04 03:40:46 +02:00
perf_stats.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
perf_stats.h
precompiled_headers.h
reporter.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
reporter.h