mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-30 01:49:40 +02:00
amalgamation
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@227 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -1242,7 +1242,7 @@ static int DrawDisplay(int sh)
|
||||
|
||||
static int Skip=0;
|
||||
|
||||
void PicoFrameStart()
|
||||
PICO_INTERNAL void PicoFrameStart(void)
|
||||
{
|
||||
// prepare to do this frame
|
||||
rendstatus = (PicoOpt&0x80)>>5; // accurate sprites
|
||||
@@ -1256,7 +1256,7 @@ void PicoFrameStart()
|
||||
Skip=0;
|
||||
}
|
||||
|
||||
int PicoLine(int scan)
|
||||
PICO_INTERNAL int PicoLine(int scan)
|
||||
{
|
||||
int sh;
|
||||
if (Skip>0) { Skip--; return 0; } // Skip rendering lines
|
||||
|
||||
Reference in New Issue
Block a user