mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-26 09:55:27 +01:00
[Core/CDD] fixed compilation error introduced in 3b95fdf328
This commit is contained in:
parent
d178c7bbe1
commit
7717557cb8
@ -483,7 +483,7 @@ INLINE void gfx_render(uint32 bufferIndex, uint32 width)
|
|||||||
uint32 yoffset = (int16) *gfx.tracePtr++;
|
uint32 yoffset = (int16) *gfx.tracePtr++;
|
||||||
|
|
||||||
/* handle trace vector address overflow */
|
/* handle trace vector address overflow */
|
||||||
if (gfx.tracePtr == (uint16 *)(scd.word_ram_2M + 0x40000)
|
if (gfx.tracePtr == (uint16 *)(scd.word_ram_2M + 0x40000))
|
||||||
{
|
{
|
||||||
gfx.tracePtr = (uint16 *)(scd.word_ram_2M);
|
gfx.tracePtr = (uint16 *)(scd.word_ram_2M);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user