mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
Renamed functions + a missing one
svn-id: r12244
This commit is contained in:
parent
bda4d687f4
commit
1fab23ad20
@ -7,7 +7,8 @@
|
||||
#define BUILD (0)
|
||||
#define BUILD_NAME "Scumm"
|
||||
*/
|
||||
#define BUILD_SIMON
|
||||
//#define BUILD_SIMON
|
||||
#define BUILD_SCUMM
|
||||
|
||||
#ifdef BUILD_SCUMM
|
||||
# define BUILD_RES GBVARS_SCUMM
|
||||
@ -47,19 +48,20 @@ void buildAll() {
|
||||
dbP[BUILD_RES] = DmOpenDatabase(0, olddb, dmModeReadWrite);
|
||||
|
||||
#if defined(BUILD_SCUMM)
|
||||
addImuseDigi();
|
||||
addDimuseTables();
|
||||
addNewGui();
|
||||
// temp removed
|
||||
// TODO ::scummvm use sizeof(OLD256_MIDI_HACK) so i need to fix it
|
||||
// directly in the code or call MemHandleSize but it may slow down
|
||||
// code execution
|
||||
addAkos();
|
||||
addBundle();
|
||||
addDimuseCodecs();
|
||||
addCodec47();
|
||||
addGfx();
|
||||
addDialogs();
|
||||
addCharset();
|
||||
addCostume();
|
||||
addPlayerV2();
|
||||
|
||||
#elif defined(BUILD_SIMON)
|
||||
addSimon();
|
||||
|
@ -3,10 +3,10 @@
|
||||
void writeRecord(MemPtr ptr, UInt32 size, UInt16 index, UInt16 dbID);
|
||||
void buildAll();
|
||||
|
||||
void addImuseDigi();
|
||||
void addDimuseTables();
|
||||
void addNewGui();
|
||||
void addAkos();
|
||||
void addBundle();
|
||||
void addDimuseCodecs();
|
||||
void addCodec47();
|
||||
void addGfx();
|
||||
void addDialogs();
|
||||
|
Loading…
Reference in New Issue
Block a user