Services/vi: add vi:s and vi:u services

This commit is contained in:
mailwl 2018-02-02 12:59:50 +03:00
parent eaa9f968a6
commit 524c12a5f8
6 changed files with 128 additions and 0 deletions

View file

@ -159,6 +159,10 @@ add_library(core STATIC
hle/service/vi/vi.h
hle/service/vi/vi_m.cpp
hle/service/vi/vi_m.h
hle/service/vi/vi_s.cpp
hle/service/vi/vi_s.h
hle/service/vi/vi_u.cpp
hle/service/vi/vi_u.h
hle/shared_page.cpp
hle/shared_page.h
hw/hw.cpp