merged support for playing bink cutscenes and added 1366x768 resolution
This commit is contained in:
parent
7aea1acf44
commit
310cf0da7c
11 changed files with 784 additions and 26 deletions
26
src/stubs.c
26
src/stubs.c
|
@ -23,34 +23,34 @@ int HWAccel = 1;
|
|||
int VideoModeNotAvailable=0;
|
||||
|
||||
/* bink.c */
|
||||
void PlayBinkedFMV(char *filenamePtr)
|
||||
{
|
||||
//void PlayBinkedFMV(char *filenamePtr)
|
||||
//{
|
||||
/*
|
||||
fprintf(stderr, "PlayBinkedFMV(%s)\n", filenamePtr);
|
||||
*/
|
||||
}
|
||||
//}
|
||||
|
||||
void StartMenuBackgroundBink()
|
||||
{
|
||||
//void StartMenuBackgroundBink()
|
||||
//{
|
||||
/*
|
||||
fprintf(stderr, "StartMenuBackgroundBink()\n");
|
||||
*/
|
||||
}
|
||||
//}
|
||||
|
||||
int PlayMenuBackgroundBink()
|
||||
{
|
||||
//int PlayMenuBackgroundBink()
|
||||
//{
|
||||
/*
|
||||
fprintf(stderr, "PlayMenuBackgroundBink()\n");
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
// return 0;
|
||||
//}
|
||||
|
||||
void EndMenuBackgroundBink()
|
||||
{
|
||||
//void EndMenuBackgroundBink()
|
||||
//{
|
||||
/*
|
||||
fprintf(stderr, "EndMenuBackgroundBink()\n");
|
||||
*/
|
||||
}
|
||||
//}
|
||||
|
||||
/* alt_tab.cpp */
|
||||
void ATIncludeSurface(void * pSurface, void * hBackup)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue