mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
minor adjustmens
more uncommited 1.80 code.. git-svn-id: file:///home/notaz/opt/svn/PicoDrive@928 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
39e5b215d3
commit
8340e7c99f
6 changed files with 48 additions and 16 deletions
|
@ -149,7 +149,7 @@ static void gp2x_video_RGB_setscaling_(int ln_offs, int W, int H)
|
|||
|
||||
static void gp2x_video_wait_vsync_(void)
|
||||
{
|
||||
while (!(memregl[0x308c>>2] & (1 << 10)));
|
||||
while (!(memregl[0x308c>>2] & (1 << 10)))
|
||||
spend_cycles(128);
|
||||
memregl[0x308c>>2] |= 1 << 10;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue