citra/src
Lioncash 9c0c817e6f yuzu/configuration/configure_input: Default destructor in the cpp file
The previous code could potentially be a compilation issue waiting to
occur, given we forward declare the type for a std::unique_ptr. If the
complete definition of the forward declared type isn't visible in a
translation unit that the class is used in, then it would fail to
compile.

Defaulting the destructor in a cpp file ensures the std::unique_ptr's
destructor is only invoked where its complete type is known.
2018-12-09 15:51:08 +01:00
..
android android: set up cmake 2018-11-20 14:24:19 -05:00
audio_core Memory: move GetPhysicalPointer and IsValidPhysicalAddress into class 2018-12-05 20:21:14 -05:00
citra logging: Add DebuggerBackend for logging to Visual Studio 2018-12-01 12:54:17 +01:00
citra_qt yuzu/configuration/configure_input: Default destructor in the cpp file 2018-12-09 15:51:08 +01:00
common logging: Add DebuggerBackend for logging to Visual Studio 2018-12-01 12:54:17 +01:00
core Merge pull request #4480 from wwylele/memory-global-2 2018-12-06 19:17:28 -05:00
dedicated_room web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
input_common Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Pass system into arm interpreter; fix tests 2018-12-05 20:21:14 -05:00
video_core Memory: move memory chunk into pImpl and make them dynamically allocated 2018-12-06 13:30:47 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt android: set up cmake 2018-11-20 14:24:19 -05:00