dolphin/Source/Core
Lioncash bced5fac18 Common/Crypto/AES: Resolve -Wignored-attributes warnings
The alias for __m128i is typically something like:

typedef long long __m128i __attribute__((__vector_size__(16), __may_alias__));

and the part that ends up not getting preserved is the __may_alias__
attribute specifier.

So, in order to preserve that, we can just use a wrapper struct, so the
data type itself isn't being passed through the template.
2023-12-13 13:02:51 -05:00
..
AudioCommon Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
Common Common/Crypto/AES: Resolve -Wignored-attributes warnings 2023-12-13 13:02:51 -05:00
Core CPUThreadConfigCallback: Mark static ID as [[maybe_unused]] 2023-12-12 17:30:37 -05:00
DiscIO RiivolutionParser: Remove usages of global system accessor 2023-12-12 12:48:40 -05:00
DolphinNoGUI Merge pull request #11873 from AdmiralCurtiss/pause-and-lock-host 2023-06-06 13:50:20 +02:00
DolphinQt Merge pull request #12405 from lioncash/shadow2 2023-12-12 22:20:23 +00:00
DolphinTool Tool/Header: Add JSON output mode; game data 2023-11-28 08:49:28 +00:00
InputCommon Merge pull request #12399 from lioncash/erasing 2023-12-12 20:54:52 +00:00
MacUpdater CMake: Fix storyboard copying 2023-04-29 16:10:38 -05:00
UICommon Merge pull request #12388 from lioncash/compare 2023-12-11 23:25:27 +01:00
UpdaterCommon CMake: Use targets for all optionally-external dependencies 2023-06-15 01:41:41 -05:00
VideoBackends VideoCommon: Use std::span for BoundingBox::Write() 2023-12-09 16:33:21 -05:00
VideoCommon Merge pull request #12240 from iwubcode/material_asset_additional_properties 2023-12-12 18:38:20 -05:00
WinUpdater StringUtil: Move CommandLineToUtf8Argv() into Common namespace 2023-05-16 14:23:21 -04:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props IOS/KD: Implement Send Mail 2023-12-01 19:55:32 +01:00
DolphinLib.vcxproj Add lz4 submodule 2023-10-02 17:28:23 -04:00
DolphinLib.vcxproj.user
DolphinLib.x64.props