mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
update wil to 0b2d6c2d822bb301e7558a14ee66d567c14f5dc7
This commit is contained in:
parent
95ce41ac56
commit
69c335ca8c
66 changed files with 14776 additions and 2507 deletions
2
Externals/WIL/tests/CommonTests.cpp
vendored
2
Externals/WIL/tests/CommonTests.cpp
vendored
|
@ -159,7 +159,7 @@ enum class EClassTest
|
|||
};
|
||||
DEFINE_ENUM_FLAG_OPERATORS(EClassTest);
|
||||
|
||||
enum ERawTest
|
||||
enum ERawTest : unsigned int
|
||||
{
|
||||
ER_None = 0x0,
|
||||
ER_One = 0x1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue