Corrected sample generation for PAL games.

This commit is contained in:
n-a-c-h
2005-11-23 16:58:18 +00:00
parent f9dc41e1b5
commit 12a6220756

View File

@@ -1964,7 +1964,7 @@ static void raw_video_write_frame()
extern unsigned int BufferSizeB, BufferSizeW;
int i = 0, temp;
BufferSizeB = 1024;
BufferSizeB = romispal ? 1280 : 1024;
BufferSizeW = BufferSizeB<<1;
AudioLogging = 2;