Merge pull request #2569 from wwylele/wrap-unwrap

APT: implemented Wrap and Unwrap
This commit is contained in:
bunnei 2017-02-25 00:12:33 -05:00 committed by GitHub
commit 892888ed9e
17 changed files with 568 additions and 14 deletions

View file

@ -159,6 +159,9 @@ set(SRCS
hle/service/y2r_u.cpp
hle/shared_page.cpp
hle/svc.cpp
hw/aes/arithmetic128.cpp
hw/aes/ccm.cpp
hw/aes/key.cpp
hw/gpu.cpp
hw/hw.cpp
hw/lcd.cpp
@ -343,6 +346,9 @@ set(HEADERS
hle/service/y2r_u.h
hle/shared_page.h
hle/svc.h
hw/aes/arithmetic128.h
hw/aes/ccm.h
hw/aes/key.h
hw/gpu.h
hw/hw.h
hw/lcd.h