dolphin-emulator/Source/Core
Lioncash cfd25f1d7c CodeDiffDialog: Construct Diff instance in CalculateSymbolsFromProfile() when necessary
We can move the construction of the Diff instance into the body of the
if statement, so that we only construct this if the condition is true.

While we're at it, we can move the symbol description string into the
instance, getting rid of a copy. The function itself can also be const
qualified.
2023-06-08 11:55:57 -04:00
..
AudioCommon Common: Move FixedSizeQueue into Common namespace 2023-03-22 01:23:15 -04:00
Common Merge pull request #11901 from Filoppi/add_texture_types 2023-06-08 15:28:15 +02:00
Core Remove old GCC version workarounds 2023-06-06 22:49:53 -05:00
DiscIO Merge pull request #11829 from lioncash/strutil 2023-05-17 09:13:36 +02:00
DolphinNoGUI Merge pull request #11873 from AdmiralCurtiss/pause-and-lock-host 2023-06-06 13:50:20 +02:00
DolphinQt CodeDiffDialog: Construct Diff instance in CalculateSymbolsFromProfile() when necessary 2023-06-08 11:55:57 -04:00
DolphinTool Core: Assert that only the Host thread may call PauseAndLock(). 2023-06-02 18:51:43 +02:00
InputCommon InputCommon: Don't treat two analog inputs as a spurious trigger combo 2023-06-06 22:07:14 +02:00
MacUpdater CMake: Fix storyboard copying 2023-04-29 16:10:38 -05:00
UICommon Fix s_using_custom_client warning with DiscordPresence 2023-05-23 00:07:06 -04:00
UpdaterCommon Common/CommonFuncs: Move interface into Common namespace 2023-04-18 19:23:04 -04:00
VideoBackends Merge pull request #11901 from Filoppi/add_texture_types 2023-06-08 15:28:15 +02:00
VideoCommon Merge pull request #11899 from Filoppi/patch-20 2023-06-08 16:12:49 +02:00
WinUpdater StringUtil: Move CommandLineToUtf8Argv() into Common namespace 2023-05-16 14:23:21 -04:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props VideoCommon: add multithreaded asset loader and define a texture asset 2023-06-02 17:31:31 -05:00
DolphinLib.vcxproj Added rcheevos to Externals 2023-04-02 08:28:23 -04:00
DolphinLib.vcxproj.user
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00