There was an error fetching the commit references. Please try again later.
service/vi/vi_layer: Convert Layer struct into a class
Like the previous changes made to the Display struct, this prepares the Layer struct for changes to its interface. Given Layer will be given more invariants in the future, we convert it into a class to better signify that.
Showing
- src/core/hle/service/nvflinger/nvflinger.cpp 4 additions, 4 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 2 additions, 2 deletionssrc/core/hle/service/vi/display/vi_display.cpp
- src/core/hle/service/vi/display/vi_display.h 1 addition, 1 deletionsrc/core/hle/service/vi/display/vi_display.h
- src/core/hle/service/vi/layer/vi_layer.cpp 5 additions, 1 deletionsrc/core/hle/service/vi/layer/vi_layer.cpp
- src/core/hle/service/vi/layer/vi_layer.h 30 additions, 1 deletionsrc/core/hle/service/vi/layer/vi_layer.h
Please register or sign in to comment