dolphin/Source/Core
Léo Lam dc1707faa8 IOS/ES: Merge the title import and export contexts
This commit merges the import and export contexts into a single context
because this is what IOS does, which means we can only reproduce its
behaviour correctly if we use a single context for both operations.

The other reason is that having two separate and very similar structs
is not really a good idea.

While working on this commit, I was notified that our handling of
ImportTmd/ExportTitleInit is not correct. In particular, we always use
the title key for both importing and exporting, which is wrong. To make
this easier to fix in a follow-up PR, the context now also has a title
key field, just like ES. This also lets us avoid computing it every
single time in ImportContentDone.
2017-07-14 13:23:21 +08:00
..
AudioCommon Swapped C-style arrays to std::array 2017-06-27 07:12:15 -03:00
Common Merge pull request #5720 from JosJuice/file-metadata 2017-07-11 00:28:34 +02:00
Core IOS/ES: Merge the title import and export contexts 2017-07-14 13:23:21 +08:00
DiscIO Merge pull request #5720 from JosJuice/file-metadata 2017-07-11 00:28:34 +02:00
DolphinNoGUI DolphinWX: fix input bitmaps not working when background input is off 2017-07-12 00:12:07 -07:00
DolphinQt2 Merge pull request #5778 from ligfx/fixinputbitmaps 2017-07-14 13:08:13 +08:00
DolphinWX Merge pull request #5778 from ligfx/fixinputbitmaps 2017-07-14 13:08:13 +08:00
InputCommon DolphinWX: fix input bitmaps not working when background input is off 2017-07-12 00:12:07 -07:00
UICommon Make Visual Studio happy 2017-06-28 20:42:01 +02:00
VideoBackends D3DBase: Only create a stereo swapchain when needed. 2017-07-10 01:24:43 +02:00
VideoCommon Merge pull request #5726 from mimimi085181/minimal-tmem-cache-emulation 2017-07-11 22:49:19 -07:00
CMakeLists.txt