dolphin/Source/Core
Lioncash d8c3f09c9f Common/GekkoDisassembler: Amend disassembly of operations expecting a character literal
Due to the lack of cast here, this will actually print out the ascii
value, rather than the character itself, due to promoting to integral
values. Instead, we can eliminate the use of character operands and just
print the value itself directly, given it's equivalent behavior with
less code.
2019-06-16 19:33:28 -04:00
..
AudioCommon Merge pull request #8135 from lioncash/cmake 2019-05-31 14:03:12 +02:00
Common Common/GekkoDisassembler: Amend disassembly of operations expecting a character literal 2019-06-16 19:33:28 -04:00
Core Merge pull request #8186 from lioncash/view 2019-06-16 16:20:02 +02:00
DiscIO Merge pull request #8134 from JosJuice/filesystem-string-view 2019-06-08 20:52:34 +10:00
DolphinNoGUI Core/ConfigManager: Use forward declarations where applicable 2019-06-07 19:54:39 -04:00
DolphinQt Merge pull request #8130 from 8times9/more-text-fixes 2019-06-14 12:30:27 -07:00
InputCommon Merge pull request #8117 from weihuoya/threaded_env 2019-06-08 20:42:15 +10:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Merge pull request #8165 from lioncash/linkage 2019-06-08 20:56:13 +10:00
UpdaterCommon General: Migrate from deprecated mbedTLS functions 2019-06-07 22:51:58 -04:00
VideoBackends Merge pull request #8049 from stenzek/crop 2019-06-08 20:57:52 +10:00
VideoCommon VideoCommon/RenderBase: Reset scissor rectangle after ImGui rendering 2019-06-15 07:12:17 -04:00
WinUpdater WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00