Merge pull request #3217 from dolphin-emu/shuffle2-patch-1

Add patch for ucrtbase 10.0.10240.16390 (Win8)
This commit is contained in:
shuffle2 2015-11-05 15:37:19 -08:00
commit f26b3708e7

View file

@ -15,6 +15,8 @@ struct PatchInfo {
} static const s_patches[] = {
// 10.0.10240.16384 (th1.150709-1700)
{ L"ucrtbase.dll", 0xF61ED, 0x6AE7B, 5 },
// 10.0.10240.16390 (th1_st1.150714-1601)
{ L"ucrtbase.dll", 0xF5ED9, 0x6AE7B, 5 },
// 10.0.10137.0 (th1.150602-2238)
{ L"ucrtbase.dll", 0xF8B5E, 0x63ED6, 2 },
// 10.0.10150.0 (th1.150616-1659)