dolphin/Source/Core
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
..
AudioCommon upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
Common Common: Add a std::variant implementation 2017-06-03 12:36:24 +02:00
Core DiscIO: Use std::optional for GetTitleID instead of pointer 2017-06-03 21:56:33 +02:00
DiscIO DiscIO: Use std::optional for GetTitleID instead of pointer 2017-06-03 21:56:33 +02:00
DolphinNoGUI Tools: Load GameCube BIOS added 2017-05-22 22:44:21 +01:00
DolphinQt2 DiscIO: Use std::optional for GetTitleID instead of pointer 2017-06-03 21:56:33 +02:00
DolphinWX DiscIO: Use std::optional for GetTitleID instead of pointer 2017-06-03 21:56:33 +02:00
InputCommon upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
UICommon upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
VideoBackends Fix for loop in D3D Renderer ApplyState function 2017-05-29 23:32:32 -05:00
VideoCommon Merge pull request #5271 from JosJuice/allow-aslr 2017-06-02 21:53:02 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00