yuzu/src/core/hle
Morph f0340b8d22 hle: ipc_helpers: Ignore -Wclass-memaccess
This warning is triggered by GCC when copying into non-trivially default constructible types, as it uses the more restrictive std::is_trivial (which includes std::is_trivially_default_constructible) to determine whether memcpy is safe instead of std::is_trivially_copyable.
2022-02-05 13:56:20 -05:00
..
kernel Merge pull request #7835 from bunnei/page-table-lock 2022-02-02 17:58:55 -07:00
service service: Migrate to the new UUID implementation 2022-02-05 13:18:46 -05:00
api_version.h api_version: Update and add AtmosphereTargetFirmware 2021-09-10 01:10:47 -04:00
ipc.h hle: ipc: Add declarations for TIPC. 2021-05-10 15:05:10 -07:00
ipc_helpers.h hle: ipc_helpers: Ignore -Wclass-memaccess 2022-02-05 13:56:20 -05:00
result.h general: Remove MakeResult helpers 2021-11-02 17:23:19 -04:00