Browse Source
service/vi: Remove use of a module class
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.pull/15/merge
8 changed files with 99 additions and 46 deletions
-
21src/core/hle/service/vi/vi.cpp
-
31src/core/hle/service/vi/vi.h
-
12src/core/hle/service/vi/vi_m.cpp
-
19src/core/hle/service/vi/vi_m.h
-
12src/core/hle/service/vi/vi_s.cpp
-
19src/core/hle/service/vi/vi_s.h
-
12src/core/hle/service/vi/vi_u.cpp
-
19src/core/hle/service/vi/vi_u.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue