Merge pull request #12783 from liamwhite/cmif-generation

service: add template serializer for method calls
This commit is contained in:
liamwhite 2024-01-25 15:40:09 -05:00 committed by GitHub
commit eb9036d75b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 725 additions and 349 deletions

View file

@ -472,6 +472,8 @@ add_library(core STATIC
hle/service/caps/caps_types.h
hle/service/caps/caps_u.cpp
hle/service/caps/caps_u.h
hle/service/cmif_serialization.h
hle/service/cmif_types.h
hle/service/erpt/erpt.cpp
hle/service/erpt/erpt.h
hle/service/es/es.cpp