mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Update ucrtFreadWorkaround.cpp
This commit is contained in:
parent
491e149545
commit
bfffd997cd
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ struct PatchInfo {
|
||||||
} static const s_patches[] = {
|
} static const s_patches[] = {
|
||||||
// 10.0.10240.16384 (th1.150709-1700)
|
// 10.0.10240.16384 (th1.150709-1700)
|
||||||
{ L"ucrtbase.dll", 0xF61ED, 0x6AE7B, 5 },
|
{ 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)
|
// 10.0.10137.0 (th1.150602-2238)
|
||||||
{ L"ucrtbase.dll", 0xF8B5E, 0x63ED6, 2 },
|
{ L"ucrtbase.dll", 0xF8B5E, 0x63ED6, 2 },
|
||||||
// 10.0.10150.0 (th1.150616-1659)
|
// 10.0.10150.0 (th1.150616-1659)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue