mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 15:48:04 -04:00
minor adjustmens
more uncommited 1.80 code.. git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@928 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
ed8e30f8c2
commit
38163dd7df
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