Initial Developer Console code.

This commit is contained in:
Justin Marshall
2020-06-12 13:16:21 -07:00
parent ea55bbdb4c
commit f261a00a0a
9 changed files with 380 additions and 36 deletions
+1 -2
View File
@@ -101,8 +101,6 @@ long VQA_Play(_VQAHandle* vqaHandle) {
int currentFrame = 0;
bool shouldSampleAudio = true;
return 0;
smk_first(vqaHandle->smacker_video);
while (currentFrame < vqaHandle->frame_count) {
@@ -138,6 +136,7 @@ long VQA_Play(_VQAHandle* vqaHandle) {
//}
raw_image_buffer = smk_get_palette(vqaHandle->smacker_video);
Set_DD_Palette(raw_image_buffer, false);
vqaHandle->video_graphics_buffer->Lock();
VQA_Dropsample(smk_get_video(vqaHandle->smacker_video), vqaHandle->width, vqaHandle->height, ScreenWidth, ScreenHeight);