Add Firmware 20.0.0-21.0.0 IPC support and stubs #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/firmware-20-21-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit implements comprehensive firmware 20.0.0 through 21.0.0
support for Citron, including:
Updated firmware version constants to 21.0.0 in api_version.h
Updated HID service firmware version string to 21.0.0
Added IPC command stubs for firmware 20.0.0+ in:
Created new service interfaces with proper stubs:
Added all new source files to CMakeLists.txt build system
Fixed logging tag usage (Service_Migration instead of Service_MIG)
Added required CMIF serialization headers for proper template instantiation
All stubs return success explicitly, eliminating the need for auto-stubbing.
All implementations follow Switchbrew documentation as closely as possible.
Based on Switchbrew documentation:
Signed-off-by: Zephyron zephyron@citron-emu.org