dolphin/Source
David Korth d660aba20f VolumeVerifier.cpp: Use arrays of string_view objects instead of strings.
string_view is a thin wrapper around C strings, so it's more efficient
for constant strings than C++ strings.

The unordered_set<> also adds extra runtime overhead. For small arrays,
a simple linear search works. For larger arrays, std::binary_search()
works better than linear but without the unordered_set<> overhead.

ShouldBeDualLayer(): Removed a duplicate "SK8X52" entry.
2019-12-29 23:42:55 -05:00
..
Android Android: update to Gradle 3.5.3 2019-12-06 12:13:53 -05:00
Core VolumeVerifier.cpp: Use arrays of string_view objects instead of strings. 2019-12-29 23:42:55 -05:00
DSPSpy
DSPTool Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
PCH Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
UnitTests Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VSProps Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
.clang-format clang-format: revert 'AfterCaseLabel' setting 2019-05-23 00:42:42 -04:00
CMakeLists.txt Merge pull request #8388 from jordan-woyak/cmake-export-compile-commands 2019-11-08 11:07:06 +10:00
dolphin-emu.sln Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00