mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
Optimize logging for user builds
This commit is contained in:
parent
0f27c5de06
commit
69b5357eb3
5 changed files with 80 additions and 57 deletions
|
@ -154,5 +154,4 @@ namespace Helpers {
|
|||
// UDLs for memory size values
|
||||
constexpr size_t operator""_KB(unsigned long long int x) { return 1024ULL * x; }
|
||||
constexpr size_t operator""_MB(unsigned long long int x) { return 1024_KB * x; }
|
||||
constexpr size_t operator""_GB(unsigned long long int x) { return 1024_MB * x; }
|
||||
|
||||
constexpr size_t operator""_GB(unsigned long long int x) { return 1024_MB * x; }
|
Loading…
Add table
Add a link
Reference in a new issue