suyu/src/core/hle/service/vi
Lioncash 344a0c91f2 vi: std::move std::vector in constructors where applicable
Allows avoiding unnecessary copies of the vector depending on the
calling code.

While we're at it, remove a redundant no-parameter base constructor call
2018-07-23 14:49:54 -04:00
..
vi.cpp vi: std::move std::vector in constructors where applicable 2018-07-23 14:49:54 -04:00
vi.h hle/service: Make constructors explicit where applicable 2018-07-19 12:25:02 -04:00
vi_m.cpp service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
vi_m.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
vi_s.cpp service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
vi_s.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
vi_u.cpp service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
vi_u.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00