mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
parent
d347867f2e
commit
ff972e3673
208 changed files with 311 additions and 309 deletions
|
@ -27,14 +27,14 @@ constexpr u32 CYAN = 0xFF00FFFF;
|
|||
constexpr u32 GREEN = 0xFF00FF00;
|
||||
constexpr u32 RED = 0xFFFF0000;
|
||||
constexpr u32 YELLOW = 0xFFFFFF30;
|
||||
};
|
||||
}; // namespace Color
|
||||
|
||||
namespace Duration
|
||||
{
|
||||
constexpr u32 SHORT = 2000;
|
||||
constexpr u32 NORMAL = 5000;
|
||||
constexpr u32 VERY_LONG = 10000;
|
||||
};
|
||||
}; // namespace Duration
|
||||
|
||||
// On-screen message display (colored yellow by default)
|
||||
void AddMessage(const std::string& message, u32 ms = Duration::SHORT, u32 rgba = Color::YELLOW);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue