mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
let it build on msvc
supposedly for the original XBox?
This commit is contained in:
parent
adb98333d7
commit
24aab4da73
8 changed files with 84 additions and 44 deletions
|
@ -1617,7 +1617,7 @@ void PicoDrawSetOutBuf(void *dest, int increment)
|
|||
{
|
||||
DrawLineDestBase = dest;
|
||||
DrawLineDestIncrement = increment;
|
||||
Pico.est.DrawLineDest = DrawLineDestBase + Pico.est.DrawScanline * increment;
|
||||
Pico.est.DrawLineDest = (char *)DrawLineDestBase + Pico.est.DrawScanline * increment;
|
||||
}
|
||||
|
||||
void PicoDrawSetInternalBuf(void *dest, int increment)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue