Better synching in ending cinematics; prevents initial frameskips on machines with slow I/O
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1689 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -23,8 +23,6 @@ SYNC 400
|
|||||||
|
|
||||||
#(Save background)
|
#(Save background)
|
||||||
SAVEBG
|
SAVEBG
|
||||||
#(Establish new sync point)
|
|
||||||
RESYNC
|
|
||||||
|
|
||||||
|
|
||||||
#(Start batch)
|
#(Start batch)
|
||||||
@@ -35,8 +33,8 @@ RESTBG
|
|||||||
DRAW SIS 202 310 256 270
|
DRAW SIS 202 310 256 270
|
||||||
#(End batch)
|
#(End batch)
|
||||||
UNBATCH
|
UNBATCH
|
||||||
#(Sync frame)
|
#(Establish new sync point)
|
||||||
DSYNC 0
|
RESYNC
|
||||||
|
|
||||||
#(Start batch)
|
#(Start batch)
|
||||||
BATCH
|
BATCH
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ CLS
|
|||||||
#(Restore color)
|
#(Restore color)
|
||||||
FTC 0
|
FTC 0
|
||||||
|
|
||||||
#(Sync frame)
|
#(Establish new sync point)
|
||||||
SYNC 0
|
RESYNC
|
||||||
#(Draw frame image)
|
#(Draw frame image)
|
||||||
DRAW 0
|
DRAW 0
|
||||||
#(Sync frame)
|
#(Sync frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user