mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
HDB: Add Handango GFX and Demo Title Screen
This commit is contained in:
parent
9c2d639a35
commit
cb8976b65a
@ -283,9 +283,9 @@ bool Menu::init() {
|
||||
|
||||
if (g_hdb->isPPC()) {
|
||||
if (g_hdb->isDemo()) {
|
||||
warning("STUB: Load DEMOTITLESCREEN");
|
||||
_hdbLogoScreen = g_hdb->_gfx->loadPic(DEMOTITLESCREEN);
|
||||
if (g_hdb->isHandango())
|
||||
warning("STUB: Load PIC_HANDANGO");
|
||||
_handangoGfx = g_hdb->_gfx->loadPic(PIC_HANDANGO);
|
||||
}
|
||||
else
|
||||
_hdbLogoScreen = g_hdb->_gfx->loadPic(TITLESCREEN);
|
||||
|
@ -700,6 +700,10 @@ namespace HDB {
|
||||
#define PIC_SNOWFLAKE "pic_snowflake"
|
||||
#define PIC_INFOBAR "pic_infobar"
|
||||
#define PIC_LOADSCREEN "pic_loadscreen"
|
||||
|
||||
#define PIC_HANDANGO "pic_handango"
|
||||
#define DEMOTITLESCREEN "demotitlescreen"
|
||||
|
||||
#define BUZZFLY_AMBIENT_WAV "BUZZFLY_AMBIENT_WAV"
|
||||
#define CHICKEN_AMBIENT_WAV "CHICKEN_AMBIENT_WAV"
|
||||
#define CHICKEN_BAGAWK_WAV "CHICKEN_BAGAWK_WAV"
|
||||
|
Loading…
x
Reference in New Issue
Block a user