github.ong19th.Citron/src/core
Zephyron 83393a6c6b
service/am: Implement friend invitation storage channel
Implements TryPopFromFriendInvitationStorageChannel to properly handle
friend invitation data storage and retrieval. This includes:

- Add ResultNoData error code to am_results.h
- Add friend_invitation_storage_channel storage queue to Applet struct
- Implement proper data handling in TryPopFromFriendInvitationStorageChannel

The implementation now properly manages a queue of friend invitation data
and returns appropriate results based on data availability.
2025-01-06 16:57:45 +10:00
..
arm arm: Skip duplicate consecutive addresses in backtrace output 2025-01-02 17:25:36 +10:00
crypto chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
debugger chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
file_sys core: Update copyright headers 2024-12-31 17:36:08 +10:00
frontend core: Update copyright headers 2024-12-31 17:36:08 +10:00
hle service/am: Implement friend invitation storage channel 2025-01-06 16:57:45 +10:00
internal_network chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
loader chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
memory chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
tools chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
CMakeLists.txt chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
constants.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
constants.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
core.cpp core: Update copyright headers 2024-12-31 17:36:08 +10:00
core.h core: Update copyright headers 2024-12-31 17:36:08 +10:00
core_timing.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
core_timing.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
cpu_manager.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
cpu_manager.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
device_memory.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
device_memory.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
device_memory_manager.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
device_memory_manager.inc chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
gpu_dirty_memory_manager.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
guest_memory.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
hardware_properties.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
memory.cpp core: Update copyright headers 2024-12-31 17:36:08 +10:00
memory.h core: Update copyright headers 2024-12-31 17:36:08 +10:00
perf_stats.cpp core: Update copyright headers 2024-12-31 17:36:08 +10:00
perf_stats.h core: Update copyright headers 2024-12-31 17:36:08 +10:00
precompiled_headers.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
reporter.cpp chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
reporter.h chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
telemetry_session.cpp core: Update copyright headers 2024-12-31 17:36:08 +10:00
telemetry_session.h core: Update copyright headers 2024-12-31 17:36:08 +10:00