etra0 / botw-freecam

Freecam for the game Zelda: Breath of the Wild for the Wii U using the Cemu emulator
MIT License
67 stars 12 forks source link

Support for older CPUs #13

Closed etra0 closed 2 years ago

etra0 commented 3 years ago

There's a specific instruction (movbe) which is only supported by modern CPUs (2016+ I think, maybe a bit before), so the injection I wrote won't work. There's a fix that could work which is doing a graphic pack to use a PowerPC detour instead of an x86 detour but doing that implies a major rewrite of the tool.

etra0 commented 2 years ago

I think moving this to a graphic pack would be an effort with not much reward, so I won't do it.