Merge pull request #716 from delroth/vertex-loader

Make vertex loader testable
This commit is contained in:
Pierre Bourdon
2014-08-03 21:14:59 -07:00
47 changed files with 647 additions and 113 deletions

View File

@ -125,6 +125,8 @@ void Host_SysMessage(const char *fmt, ...)
void Host_SetWiiMoteConnectionState(int _State) {}
void Host_ShowVideoConfig(void*, const std::string&, const std::string&) {}
#define DVD_BANNER_WIDTH 96
#define DVD_BANNER_HEIGHT 32
std::vector<std::string> m_volume_names;