Merge pull request #898 from lioncash/mig

service: Add migration services
This commit is contained in:
bunnei 2018-08-03 11:00:27 -04:00 committed by GitHub
commit 40e78b9a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 55 additions and 0 deletions

View file

@ -206,6 +206,8 @@ add_library(core STATIC
hle/service/ldr/ldr.h
hle/service/lm/lm.cpp
hle/service/lm/lm.h
hle/service/mig/mig.cpp
hle/service/mig/mig.h
hle/service/mii/mii.cpp
hle/service/mii/mii.h
hle/service/mm/mm_u.cpp