dolphin/Source
Lioncash d9eb7c4e80 NANDContentLoader: Add IOFile forward declaration
This would previously fail to compile when included in files that do not
include FileUtil.h due to lack of a type declaration.

This moves the constructor and destructor into the cpp file in order to
satisfy the requirements of unique_ptr construction and deletion. That is,
unique_ptr requires a concrete type at the point of construction and
destruction. If the constructor or destructor is left in the header, then
at the point of construction or destruction, IOFile will still be
considered an incomplete type, as unique_ptr's deleter will still only be
able to see the forward declaration, which it can't use.
2016-10-14 20:27:22 -04:00
..
Android Android: Use the light theme for emulation 2016-10-12 22:45:03 -04:00
Core NANDContentLoader: Add IOFile forward declaration 2016-10-14 20:27:22 -04:00
DSPSpy
DSPTool
PCH
UnitTests Android: Update the gradle file to use android studio 2.2 cmake. 2016-10-05 23:44:10 +02:00
VSProps Add a __LIBUSB__ define 2016-10-03 21:07:12 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Implement experimental Vulkan backend 2016-10-01 02:40:01 +10:00