mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-04 03:35:12 +00:00
The underlying storage type of a bitfield can be any intrinsic integer type, but also any enumeration. Custom storage types are supported if the following things are defined on the storage type: - casting 0 to the storage type - bit shift operators (in both directions) - bitwise & operator - bitwise ~ operator - std::make_unsigned specialization |
||
|---|---|---|
| .. | ||
| Android | ||
| Core | ||
| DSPSpy | ||
| DSPTool | ||
| UnitTests | ||
| VSProps | ||
| CMakeLists.txt | ||
| dolphin-emu.sln | ||
| pch.h | ||