dolphin/Source
Lioncash ee200d09eb 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.
2020-04-28 17:12:24 +02:00
..
Android Android: Fix MenuTag typo 2020-04-27 17:33:03 -04:00
Core Jit64/Jit64_Tables: Construct tables at compile-time 2020-04-28 17:12:24 +02:00
DSPSpy
DSPTool Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
PCH
UnitTests Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
VSProps Externals: Add libLZMA. 2020-04-24 15:18:09 +02:00
.clang-format
CMakeLists.txt CMake: add DOLPHIN_CXX_FLAGS option 2020-02-09 01:03:36 +00:00
dolphin-emu.sln Externals: Add libLZMA. 2020-04-24 15:18:09 +02:00