mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-04 04:21:19 +02:00
12 lines
194 B
Go
12 lines
194 B
Go
package main
|
|
|
|
var PatchECCfgPath = PatchSet{
|
|
Patch{
|
|
Name: "Change EC Configuration Path",
|
|
AtOffset: 3319968,
|
|
|
|
Before: []byte("ec.cfg\x00\x00"),
|
|
After: []byte("osc.cfg\x00"),
|
|
},
|
|
}
|