mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Make ppu_decoder<> objects constexpr (partial)
This commit is contained in:
parent
ecb6d38451
commit
1ceb779a38
7 changed files with 17 additions and 13 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
LOG_CHANNEL(ppu_validator);
|
||||
|
||||
const ppu_decoder<ppu_itype> s_ppu_itype;
|
||||
constexpr ppu_decoder<ppu_itype> s_ppu_itype;
|
||||
|
||||
template<>
|
||||
void fmt_class_string<ppu_attr>::format(std::string& out, u64 arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue