mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-22 17:46:08 -04:00
feat(service/aoc): Implement IContentsServiceManager
- Add IContentsServiceManager class with RequestContentsAuthorizationToken function - Add IAsyncData class for handling asynchronous authorization token operations - Implement CreateContentsServiceManager in IAddOnContentManager (was previously stubbed) - Add support for GetSize, Read, Cancel, and GetSystemEvent operations in IAsyncData - Update CMakeLists.txt to include new source files Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -505,6 +505,8 @@ add_library(core STATIC
|
||||
hle/service/am/window_system.h
|
||||
hle/service/aoc/addon_content_manager.cpp
|
||||
hle/service/aoc/addon_content_manager.h
|
||||
hle/service/aoc/contents_service_manager.cpp
|
||||
hle/service/aoc/contents_service_manager.h
|
||||
hle/service/aoc/purchase_event_manager.cpp
|
||||
hle/service/aoc/purchase_event_manager.h
|
||||
hle/service/apm/apm.cpp
|
||||
|
||||
Reference in New Issue
Block a user