There was an error fetching the commit references. Please try again later.
service/vi: Remove use of a module class
This didn't really provide much benefit here, especially since the subsequent change requires that the behavior for each service's GetDisplayService differs in a minor detail. This also arguably makes the services nicer to read, since it gets rid of an indirection in the class hierarchy.
Showing
- src/core/hle/service/vi/vi.cpp 7 additions, 14 deletionssrc/core/hle/service/vi/vi.cpp
- src/core/hle/service/vi/vi.h 14 additions, 17 deletionssrc/core/hle/service/vi/vi.h
- src/core/hle/service/vi/vi_m.cpp 10 additions, 2 deletionssrc/core/hle/service/vi/vi_m.cpp
- src/core/hle/service/vi/vi_m.h 16 additions, 3 deletionssrc/core/hle/service/vi/vi_m.h
- src/core/hle/service/vi/vi_s.cpp 10 additions, 2 deletionssrc/core/hle/service/vi/vi_s.cpp
- src/core/hle/service/vi/vi_s.h 16 additions, 3 deletionssrc/core/hle/service/vi/vi_s.h
- src/core/hle/service/vi/vi_u.cpp 10 additions, 2 deletionssrc/core/hle/service/vi/vi_u.cpp
- src/core/hle/service/vi/vi_u.h 16 additions, 3 deletionssrc/core/hle/service/vi/vi_u.h
Loading
Please register or sign in to comment