There was an error fetching the commit references. Please try again later.
service/nvflinger: Move display specifics over to vi_display
With the display and layer structures relocated to the vi service, we can begin giving these a proper interface before beginning to properly support the display types. This converts the display struct into a class and provides it with the necessary functions to preserve behavior within the NVFlinger class.
Showing
- src/core/hle/service/nvflinger/nvflinger.cpp 20 additions, 33 deletionssrc/core/hle/service/nvflinger/nvflinger.cpp
- src/core/hle/service/nvflinger/nvflinger.h 1 addition, 1 deletionsrc/core/hle/service/nvflinger/nvflinger.h
- src/core/hle/service/vi/display/vi_display.cpp 49 additions, 0 deletionssrc/core/hle/service/vi/display/vi_display.cpp
- src/core/hle/service/vi/display/vi_display.h 71 additions, 1 deletionsrc/core/hle/service/vi/display/vi_display.h
Please register or sign in to comment