Skip to content

Commit f9e378b

Browse files
feat: add 41560817 MW2 patches for upscale flicker fix (#379)
1 parent 2274d1d commit f9e378b

4 files changed

+108
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title_name = "Call of Duty: Modern Warfare 2"
2+
title_id = "41560817" # AV-2071
3+
hash = "A19F21C38721F84F" # default.xex
4+
#media_id = "2C8C0267" # Disc (USA, Europe): http://redump.org/disc/11809
5+
6+
[[patch]]
7+
name = "Native 1280x720 resolution"
8+
desc = "Reduces flickering on upscaled resolutions x2 and x3"
9+
author = "mo"
10+
is_enabled = false
11+
12+
# R_SetWndParms
13+
14+
# wndParms->sceneWidth
15+
[[patch.be16]]
16+
address = 0x8238e61e
17+
value = 0x0500 # 1024 -> 1280
18+
19+
# wndParms->sceneHeight
20+
[[patch.be16]]
21+
address = 0x8238e622
22+
value = 0x02d0 # 600 -> 720
23+
24+
# wndParms->aaSamples
25+
[[patch.be16]]
26+
address = 0x8238e636
27+
value = 0x0000 # 2 -> 0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title_name = "Call of Duty: Modern Warfare 2"
2+
title_id = "41560817" # AV-2071
3+
hash = "0BF957FE8ABE4B7C" # default.xex
4+
#media_id = "2C8C0267" # Disc (USA, Europe): http://redump.org/disc/11809
5+
6+
[[patch]]
7+
name = "Native 1280x720 resolution"
8+
desc = "Reduces flickering on upscaled resolutions x2 and x3"
9+
author = "mo"
10+
is_enabled = false
11+
12+
# R_SetWndParms
13+
14+
# wndParms->sceneWidth
15+
[[patch.be16]]
16+
address = 0x8238e68e
17+
value = 0x0500 # 1024 -> 1280
18+
19+
# wndParms->sceneHeight
20+
[[patch.be16]]
21+
address = 0x8238e692
22+
value = 0x02d0 # 600 -> 720
23+
24+
# wndParms->aaSamples
25+
[[patch.be16]]
26+
address = 0x8238e6a6
27+
value = 0x0000 # 2 -> 0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title_name = "Call of Duty: Modern Warfare 2"
2+
title_id = "41560817" # AV-2071
3+
hash = "57581F341CEC2F16" # default_mp.xex
4+
#media_id = "2C8C0267" # Disc (USA, Europe): http://redump.org/disc/11809
5+
6+
[[patch]]
7+
name = "Native 1280x720 resolution"
8+
desc = "Reduces flickering on upscaled resolutions x2 and x3"
9+
author = "mo"
10+
is_enabled = false
11+
12+
# R_SetWndParms
13+
14+
# wndParms->sceneWidth
15+
[[patch.be16]]
16+
address = 0x823c2d3e
17+
value = 0x0500 # 1024 -> 1280
18+
19+
# wndParms->sceneHeight
20+
[[patch.be16]]
21+
address = 0x823c2d42
22+
value = 0x02d0 # 600 -> 720
23+
24+
# wndParms->aaSamples
25+
[[patch.be16]]
26+
address = 0x823c2d56
27+
value = 0x0000 # 2 -> 0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title_name = "Call of Duty: Modern Warfare 2"
2+
title_id = "41560817" # AV-2071
3+
hash = "766CC31C6293CB73" # default_mp.xex
4+
#media_id = "2C8C0267" # Disc (USA, Europe): http://redump.org/disc/11809
5+
6+
[[patch]]
7+
name = "Native 1280x720 resolution"
8+
desc = "Reduces flickering on upscaled resolutions x2 and x3"
9+
author = "mo"
10+
is_enabled = false
11+
12+
# R_SetWndParms
13+
14+
# wndParms->sceneWidth
15+
[[patch.be16]]
16+
address = 0x8234c6a6
17+
value = 0x0500 # 1024 -> 1280
18+
19+
# wndParms->sceneHeight
20+
[[patch.be16]]
21+
address = 0x8234c6aa
22+
value = 0x02d0 # 600 -> 720
23+
24+
# wndParms->aaSamples
25+
[[patch.be16]]
26+
address = 0x8234c6be
27+
value = 0x0000 # 2 -> 0

0 commit comments

Comments
 (0)