suyu/src/core/hle/service/vi
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
display service: vi: Implement CloseLayer. 2020-01-04 00:45:06 -05:00
layer service/nvflinger: Store BufferQueue instances as regular data members 2019-02-21 22:09:46 -05:00
vi.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
vi.h service/vi: Unstub GetDisplayService 2019-02-26 20:16:23 -05:00
vi_m.cpp service/vi: Unstub GetDisplayService 2019-02-26 20:16:23 -05:00
vi_m.h service/vi: Remove use of a module class 2019-02-26 17:44:03 -05:00
vi_s.cpp service/vi: Unstub GetDisplayService 2019-02-26 20:16:23 -05:00
vi_s.h service/vi: Remove use of a module class 2019-02-26 17:44:03 -05:00
vi_u.cpp service/vi: Unstub GetDisplayService 2019-02-26 20:16:23 -05:00
vi_u.h service/vi: Remove use of a module class 2019-02-26 17:44:03 -05:00