summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeVerifier.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-31 11:35:28 -0400
committerLéo Lam <leo@leolam.fr>2020-04-28 17:12:24 +0200
commitee200d09eba5061cf85f185b7238ef2652e68514 (patch)
tree2ad8a9b47c64f1abed2cf6e98c87dd3e8fab83d0 /Source/Core/DiscIO/VolumeVerifier.cpp
parent82012c4cd6778c3ebb1bc48c50a76e07667f359c (diff)
Jit64/Jit64_Tables: Construct tables at compile-time
Utilizing constexpr, we can eliminate the need to construct the tables at runtime and just do all the work at compile-time. Making for less moving parts overall. The general structure is more or less the same, however rather than one single initialization function, each table is built off an immediately executed lambda function. This is nice, since it narrows the scope of the table building logic down to the tables that actually need it.
Diffstat (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp')
0 files changed, 0 insertions, 0 deletions