dolphin/Source/Core
Léo Lam 6d73c3e8e3 Boot/BS2: Don't write part of the debugger hook
Writing to 0x60 does actually not "init exception[s]" or anything like
that. Not at all. Rather, it *breaks* a check in Nintendo's SDK, which
makes it fail to realise that the hook hasn't been set up.

This prevents the SDK initialisation routines from writing the rest of
the hook instructions (total: 0x20 bytes), which in turn causes an
anti-piracy check to fail in some Ubisoft games (including Tintin).

Dolphin can be really amazing sometimes.
2017-08-07 00:36:35 +08:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Merge pull request #5856 from stenzek/optimus-crash 2017-08-05 00:54:28 -07:00
Core Boot/BS2: Don't write part of the debugger hook 2017-08-07 00:36:35 +08:00
DiscIO Filesystem: Declare FileInfo iterator's move constructor and assignment operator noexcept 2017-08-05 12:29:02 -04:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 DolphinQt2: Rename "Table"/"List" to "List View"/"Grid View" 2017-08-06 11:35:45 +02:00
DolphinWX Merge pull request #5872 from ligfx/wxnetplayonionconfig 2017-08-04 10:07:05 +08:00
InputCommon Merge pull request #5809 from HannesMann/master 2017-08-02 12:36:35 +08:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends VideoSW: Drop log level of missing anti aliasing support. 2017-08-05 19:20:19 +02:00
VideoCommon Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
CMakeLists.txt