yuzu/src/core/hle/service/vi
Lioncash 1432912ae8 vi: Add std::is_trivially_copyable checks to Read and Write functions
It's undefined behavior to memcpy an object that isn't considered
trivially copyable, so put a compile-time check in to make sure this
doesn't occur.
2018-07-23 14:53:54 -04:00
..
vi.cpp vi: Add std::is_trivially_copyable checks to Read and Write functions 2018-07-23 14:53: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