dolphin/Source/Core/Core
Pierre Bourdon 45a1232920 IOS: Add partial wfsi/wfssrv implementations.
The current implementations do many things wrong but work well enough to
run the Dragon Quest X installer until the very end. The game itself
crashes when being launched from its System Menu channel unfortunately
so it is hard to verify whether the install properly worked or not.

There are plenty of "TODO(wfs)" sprinkled around this codebase with
things that are knowingly done wrong. The most important one right now
is that content extraction is done by buffering everything into memory
instead of properly streaming the data to disk (and processing
asynchronously), which causes freezes. It is likely to not cause any
practical issues since only the installer and the updater should use
this anyway.
2017-01-14 19:56:43 +01:00
..
Boot Merge pull request #4544 from JosJuice/region-enum 2017-01-13 09:19:27 +13:00
Debugger BreakPoints: Rename variables 2017-01-11 10:08:11 -05:00
DSP DSPInterpreter: Get rid of a #define constant 2017-01-12 20:36:52 -05:00
FifoPlayer specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
HLE Merge pull request #4299 from sepalani/hle_symbols 2017-01-13 10:05:32 +13:00
HW ColorUtil: Make decodeCI8image's pal parameter const 2017-01-13 17:07:26 -05:00
IPC_HLE IOS: Add partial wfsi/wfssrv implementations. 2017-01-14 19:56:43 +01:00
PowerPC Merge pull request #4299 from sepalani/hle_symbols 2017-01-13 10:05:32 +13:00
ActionReplay.cpp specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
ActionReplay.h
Analytics.cpp
Analytics.h
ARDecrypt.cpp
ARDecrypt.h
BootManager.cpp SConfig: Replace bNTSC with m_region 2017-01-02 20:57:48 +01:00
BootManager.h
CMakeLists.txt IOS: Add partial wfsi/wfssrv implementations. 2017-01-14 19:56:43 +01:00
ConfigManager.cpp Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00
ConfigManager.h Merge pull request #4544 from JosJuice/region-enum 2017-01-13 09:19:27 +13:00
Core.cpp Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00
Core.h
Core.vcxproj IOS: Add partial wfsi/wfssrv implementations. 2017-01-14 19:56:43 +01:00
Core.vcxproj.filters IOS: Add partial wfsi/wfssrv implementations. 2017-01-14 19:56:43 +01:00
CoreTiming.cpp
CoreTiming.h
DSPEmulator.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
DSPEmulator.h
ec_wii.cpp
ec_wii.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
GeckoCode.cpp
GeckoCode.h
GeckoCodeConfig.cpp
GeckoCodeConfig.h
Host.h
HotkeyManager.cpp Merge pull request #4595 from aldelaro5/add-debugger-hotkeys 2017-01-05 14:33:10 -05:00
HotkeyManager.h Merge pull request #4595 from aldelaro5/add-debugger-hotkeys 2017-01-05 14:33:10 -05:00
MachineContext.h
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp Add missing new lines for OSD 2017-01-04 10:49:52 -05:00
Movie.h Movie: Replace incorrect name and comment for numControllers 2016-12-24 18:27:56 +01:00
NetPlayClient.cpp
NetPlayClient.h
NetPlayProto.h
NetPlayServer.cpp
NetPlayServer.h
PatchEngine.cpp
PatchEngine.h PatchEngine: Get rid of a global variable 2017-01-03 18:59:33 -05:00
State.cpp IOS HLE: Replace is_hardware with a proper device type 2017-01-09 12:27:45 +01:00
State.h
WiiRoot.cpp Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00
WiiRoot.h Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00