dolphin/Source
Léo Lam 1a17c02d6f DiscIO: Use std::optional for GetTitleID instead of pointer
This makes the interface slightly cleaner and a bit more consistent
with the other getters. Still not fully the same, since the others
don't really handle failures with std::optional; but at least the
value is returned by value now, as opposed to having the function
take a pointer to a u64.
2017-06-03 21:56:33 +02:00
..
Android Merge pull request #5465 from sepalani/gc-bios 2017-05-26 10:23:03 +02:00
Core DiscIO: Use std::optional for GetTitleID instead of pointer 2017-06-03 21:56:33 +02:00
DSPSpy Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSPTool upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
PCH upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
UnitTests Merge pull request #5271 from JosJuice/allow-aslr 2017-06-02 21:53:02 -07:00
VSProps enable latest C++ Standard features (/std:c++latest) 2017-05-28 13:37:33 +02:00
.clang-format clang-format: Sort windows.h before other headers 2017-01-23 00:35:09 -08:00
CMakeLists.txt Common: Add a std::optional implementation 2017-06-03 12:36:24 +02:00
dolphin-emu.sln Externals: remove PortAudio 2017-05-27 18:28:57 -07:00