There was an error fetching the commit references. Please try again later.
Merge pull request #155 from mailwl/vi-services
Services/vi: add vi:s and vi:u services
No related branches found
No related tags found
Showing
- src/core/CMakeLists.txt 4 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/vi/vi.cpp 4 additions, 0 deletionssrc/core/hle/service/vi/vi.cpp
- src/core/hle/service/vi/vi_s.cpp 31 additions, 0 deletionssrc/core/hle/service/vi/vi_s.cpp
- src/core/hle/service/vi/vi_s.h 29 additions, 0 deletionssrc/core/hle/service/vi/vi_s.h
- src/core/hle/service/vi/vi_u.cpp 31 additions, 0 deletionssrc/core/hle/service/vi/vi_u.cpp
- src/core/hle/service/vi/vi_u.h 29 additions, 0 deletionssrc/core/hle/service/vi/vi_u.h
src/core/hle/service/vi/vi_s.cpp
0 → 100644
src/core/hle/service/vi/vi_s.h
0 → 100644
src/core/hle/service/vi/vi_u.cpp
0 → 100644
src/core/hle/service/vi/vi_u.h
0 → 100644
Please register or sign in to comment