suyu/src/core/hle/service/vi
Lioncash 76d83ffbec general: Move deleted copy/move constructor/assignment operators to public interface
This allows for better compiler errors, where the compiler will state a
copy or move couldn't occur due to the relevant function being deleted.

Previously a compiler would warn about the relevant function not being
accessible (which, while true, isn't as informative as it could be).
2022-02-02 12:17:08 -05:00
..
display general: Move deleted copy/move constructor/assignment operators to public interface 2022-02-02 12:17:08 -05:00
layer core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
vi.cpp Settings: eliminate rescaling_factor. 2021-11-16 22:11:27 +01:00
vi.h service: Reduce header include overhead 2021-10-07 13:32:21 -04:00
vi_m.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
vi_m.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
vi_s.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
vi_s.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
vi_u.cpp service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
vi_u.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00