Showing frame count during record/playback (we'll make a toggle later).

This commit is contained in:
n-a-c-h
2005-03-21 12:10:16 +00:00
parent 60a87572d4
commit 74579ba30e
2 changed files with 35 additions and 2 deletions

View File

@@ -2724,7 +2724,7 @@ NEWSYM ClockOutput
dec ebx
jnz .loop2b
.do8b
call GetTimeInSeconds
call GetTimeInSeconds
xor edx,edx
mov ebx,60
div ebx
@@ -3568,6 +3568,24 @@ NEWSYM copyvid
.nfivex5
dec dword[MessageOn]
.nomsg
EXTSYM MovieFrameStr,GetMovieFrameStr
cmp byte[MovieProcessing],0
jz .nomovie4
pushad
call GetMovieFrameStr
popad
mov edi,MovieFrameStr
cmp byte[cbitmode],1
jne .not16bframe
mov esi,216*288*2+32*2
add esi,[vidbuffer]
call OutputGraphicString16b5x5
jmp .nomovie4
.not16bframe
mov esi,216*288+32
add esi,[vidbuffer]
call OutputGraphicString5x5
.nomovie4
jmp vidpaste
SECTION .bss
.sdrawptr resd 1