core/aoc: Move IPurchaseEventManager to separate file

This commit is contained in:
FearlessTobi 2024-02-19 16:36:24 +01:00
parent 58c7e846cb
commit aa6532cf34
4 changed files with 110 additions and 78 deletions

View file

@ -483,6 +483,8 @@ add_library(core STATIC
hle/service/am/service/window_controller.h
hle/service/aoc/aoc_u.cpp
hle/service/aoc/aoc_u.h
hle/service/aoc/purchase_event_manager.cpp
hle/service/aoc/purchase_event_manager.h
hle/service/apm/apm.cpp
hle/service/apm/apm.h
hle/service/apm/apm_controller.cpp