![]() |
|
ZTP speed hack? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: ZTP speed hack? (/Thread-ztp-speed-hack) |
RE: ZTP speed hack? - purpasmart96 - 05-21-2014 Just built a new build running off of the latest 4.0-1624 code Will post build soon RE: ZTP speed hack? - purpasmart96 - 05-22-2014 here is is a new build with the ztp speedup hack included https://anonfiles.com/file/cf4eda8b57d9795091d1c494ec0b4642 RE: ZTP speed hack? - mathieulh - 05-23-2014 (05-22-2014, 08:19 AM)purpasmart96 Wrote: here is is a new build with the ztp speedup hack included Not to kill the mood, but your zip file is corrupted. EDIT: Nervermind, it extracts with 7-zip RE: ZTP speed hack? - Duarian - 05-24-2014 (05-22-2014, 08:19 AM)purpasmart96 Wrote: here is is a new build with the ztp speedup hack included On this build I get about 12 FPS on hyrule field, with 4.0.2 I get about 25-28. Not sure if it compiled right or not. RE: ZTP speed hack? - JMC47 - 05-24-2014 Due to changes in the code base, it's really not as effective as before; that's why it was up for removal in the first place. RE: ZTP speed hack? - purpasmart96 - 05-25-2014 (05-24-2014, 03:09 PM)Duarian Wrote:It only works in opengl with efb to texture(05-22-2014, 08:19 AM)purpasmart96 Wrote: here is is a new build with the ztp speedup hack included RE: ZTP speed hack? - skid - 05-30-2014 I have converted kiesel's nop patches into the Dolphin game.ini patch format and have found the offsets for the NTSC-U versions. Paste the appropriate version into the game ini to enable the speed hack in versions later than Dolphin 4.0-646. GameCube NTSC-U GZ2E01.ini -----------------cut here-------------------------- [OnFrame] $Hyrule Field Speed Hack 0x8003D50C:dword:0x60000000 0x8003D528:dword:0x60000000 0x8003D540:dword:0x60000000 0x8003D55C:dword:0x60000000 0x8003D5B8:dword:0x60000000 0x8003D5D4:dword:0x60000000 0x8003D5EC:dword:0x60000000 0x8003D608:dword:0x60000000 [OnFrame_Enabled] $Hyrule Field Speed Hack -----------------cut here-------------------------- Wii NTSC-U RZDE01.ini -----------------cut here-------------------------- [OnFrame] $Hyrule Field Speed Hack 0x80040DE8:dword:0x60000000 0x80040E04:dword:0x60000000 0x80040E1C:dword:0x60000000 0x80040E38:dword:0x60000000 0x80040E90:dword:0x60000000 0x80040EAC:dword:0x60000000 0x80040EC4:dword:0x60000000 0x80040EE0:dword:0x60000000 [OnFrame_Enabled] $Hyrule Field Speed Hack -----------------cut here-------------------------- GameCube PAL GZ2P01.ini -----------------cut here-------------------------- [OnFrame] $Hyrule Field Speed Hack 0x8003d63c:dword:0x60000000 0x8003d658:dword:0x60000000 0x8003d670:dword:0x60000000 0x8003d68c:dword:0x60000000 0x8003d6e8:dword:0x60000000 0x8003d704:dword:0x60000000 0x8003d71c:dword:0x60000000 0x8003d738:dword:0x60000000 [OnFrame_Enabled] $Hyrule Field Speed Hack -----------------cut here-------------------------- Wii PAL RZDP01.ini -----------------cut here-------------------------- [OnFrame] $Hyrule Field Speed Hack 0x80040eb4:dword:0x60000000 0x80040ed0:dword:0x60000000 0x80040ee8:dword:0x60000000 0x80040f04:dword:0x60000000 0x80040f5c:dword:0x60000000 0x80040f78:dword:0x60000000 0x80040f90:dword:0x60000000 0x80040fac:dword:0x60000000 [OnFrame_Enabled] $Hyrule Field Speed Hack -----------------cut here-------------------------- RE: ZTP speed hack? - StripTheSoul - 05-30-2014 :o Skid's back... someone grab him quick! RE: ZTP speed hack? - purpasmart96 - 05-31-2014 (05-30-2014, 11:05 PM)skid Wrote: I have converted kiesel's nop patches into the Dolphin game.ini patch format and have found the offsets for the NTSC-U versions. Paste the appropriate version into the game ini to enable the speed hack in versions later than Dolphin 4.0-646.On it |