rpcs3
rpcs3 copied to clipboard
Use constinit in logs.cpp
Not sure if it will compile yet.
you could probably do something like this for now?
Or put the decleration out of the function
Or put the decleration out of the function
I don't think it matters, it's some compiler support problem that blocks constexpr default constructor (should be in c++20)
My suggestion compiles on msvc at least (no idea if it's better than the current code)
Damn MSVC what the hell