Merge pull request #1017 from ogniK5377/better-account

New account backend to allow for future extended support
This commit is contained in:
bunnei 2018-08-20 10:59:15 -04:00 committed by GitHub
commit 943771e703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 440 additions and 74 deletions

View file

@ -122,6 +122,8 @@ add_library(core STATIC
hle/service/acc/acc_u0.h
hle/service/acc/acc_u1.cpp
hle/service/acc/acc_u1.h
hle/service/acc/profile_manager.cpp
hle/service/acc/profile_manager.h
hle/service/am/am.cpp
hle/service/am/am.h
hle/service/am/applet_ae.cpp