dolphin/Source/Core
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
..
AudioCommon Use std::istringstream or std::ostringstream instead of std::stringstream where possible. 2019-12-29 23:45:02 -05:00
Common SettingsHandler: Don't output null bytes 2020-03-24 17:01:15 +01:00
Core Jit64/Jit64_Tables: Construct tables at compile-time 2020-04-28 17:12:24 +02:00
DiscIO VolumeVerifier: Show desync warning for dual layer discs too 2020-04-25 19:47:08 +02:00
DolphinNoGUI Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
DolphinQt DolphinQt: Use qOverload where applicable 2020-04-28 16:54:19 +02:00
InputCommon Merge pull request #8729 from JosJuice/android-touch-ir-default 2020-04-27 17:56:01 +02:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Cleanup warnings of -Wunused-const-variable 2020-03-23 16:28:25 +08:00
UpdaterCommon Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VideoBackends Merge pull request #8689 from howard0su/cleanup_sign 2020-04-28 13:36:21 +02:00
VideoCommon Merge pull request #8689 from howard0su/cleanup_sign 2020-04-28 13:36:21 +02:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00