Skip to content

Commit

Permalink
Merge r7965 from Trunk into branches/release.
Browse files Browse the repository at this point in the history
This fixes Sega CD Scanning (fast forward and rewind).
  • Loading branch information
hegyak committed Oct 10, 2014
1 parent 804af1c commit fc4526d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dist/MakeRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ copy *.dll dll
zip -X -r ..\Dist\BizHawk.zip EmuHawk.exe DiscoHawk.exe defctrl.json dll shaders gamedb NES\Palettes Lua Gameboy\Palettes -x *.pdb -x *.lib -x *.pgd -x *.exp -x dll\libsneshawk-64*.exe

cd ..\Dist

unzip BizHawk.zip -d temp
del BizHawk.zip

rmdir /s /q temp\lua
svn export ..\output\lua temp\Lua

cd temp
md firmware
upx -d dll\*.dll
upx -d dll\*.exe
upx -d *.exe
Expand Down
1 change: 1 addition & 0 deletions genplus-gx/core/cd_hw/cdd.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ void cdd_update(void)
{
/* fast-forward or fast-rewind */
cdd.lba += cdd.scanOffset;
cdd.sampleLba += cdd.scanOffset;

/* check current track limits */
if (cdd.lba >= cdd.toc.tracks[cdd.index].end)
Expand Down
Binary file modified output/dll/libgenplusgx.dll
Binary file not shown.

0 comments on commit fc4526d

Please sign in to comment.