mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-03 11:29:35 +02:00
bugfixes, new scaling, double ym upd at 940
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@83 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -257,7 +257,7 @@ void gp2x_video_setpalette(int *pal, int len)
|
||||
memcpy(current_pal, pal, len*4);
|
||||
}
|
||||
|
||||
void gp2x_video_RGB_setscaling(int W, int H)
|
||||
void gp2x_video_RGB_setscaling(int v_offs, int W, int H)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user