suyu/src/core/hle/service/vi
Lioncash 7f506be2ee hle/service: Resolve unused variable warnings
In several places, we have request parsers where there's nothing to
really parse, simply because the HLE function in question operates on
buffers. In these cases we can just remove these instances altogether.

In the other cases, we can retrieve the relevant members from the parser
and at least log them out, giving them some use.
2019-04-04 13:18:09 -04:00
..
display service/nvflinger: Store BufferQueue instances as regular data members 2019-02-21 22:09:46 -05:00
layer service/nvflinger: Store BufferQueue instances as regular data members 2019-02-21 22:09:46 -05:00
vi.cpp hle/service: Resolve unused variable warnings 2019-04-04 13:18:09 -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