VisualBoyAdvance-M SVN r1111 is compiled. VisualBoyAdvance-M(VBA-M) is a [Super] Game Boy [Color / Advance] emulator for Windows, Linux & Mac. Here you can get information about the latest development build of the Windows version and download it while you're at it.
VisualBoyAdvance-M SVN changelog:
r1111
removing some cases where then and else do exactly the same thing
i could not see any functional differences anywhere, but there might be something im overlooking.
Download: VisualBoyAdvance-M SVN r1111
Source: Here
"removing some cases where then and else do exactly the same thing"
ReplyDeleteWhat?
I think that wanna say
ReplyDeleteif this = case 1
exception = case 1 too
there were some silly cases where an IF was defining the same function with the THEN as it was with the ElSE
ReplyDeletehttp://vbam.svn.sourceforge.net/viewvc/vbam/trunk/src/gb/gbGfx.cpp?r1=975&r2=1111
ReplyDeletefor example