There was an error fetching the commit references. Please try again later.
NV: Implemented (with stubs) the vi:m service and some of its subservices.
The homebrew display test application now properly writes graphics data to the graphics buffer but we still don't have a way to compose the display layers.
Showing
- src/core/CMakeLists.txt 8 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/service.cpp 4 additions, 0 deletionssrc/core/hle/service/service.cpp
- src/core/hle/service/vi/vi.cpp 628 additions, 0 deletionssrc/core/hle/service/vi/vi.cpp
- src/core/hle/service/vi/vi.h 34 additions, 0 deletionssrc/core/hle/service/vi/vi.h
- src/core/hle/service/vi/vi_m.cpp 29 additions, 0 deletionssrc/core/hle/service/vi/vi_m.cpp
- src/core/hle/service/vi/vi_m.h 23 additions, 0 deletionssrc/core/hle/service/vi/vi_m.h
Loading
Please register or sign in to comment