BACKENDS: Shuffle backends class hierarchy and module initialization
This commit is contained in:
parent
d670b4bb56
commit
fce7f90a94
20 changed files with 42 additions and 27 deletions
|
@ -144,7 +144,7 @@ void OSystem_Wii::initBackend() {
|
|||
initSfx();
|
||||
initEvents();
|
||||
|
||||
BaseBackend::initBackend();
|
||||
EventsBaseBackend::initBackend();
|
||||
}
|
||||
|
||||
void OSystem_Wii::quit() {
|
||||
|
@ -361,7 +361,7 @@ Common::String OSystem_Wii::getSystemLanguage() const {
|
|||
} else {
|
||||
// This will only happen when new languages are added to the API.
|
||||
warning("WII: Unknown system language: %d", langID);
|
||||
return BaseBackend::getSystemLanguage();
|
||||
return EventsBaseBackend::getSystemLanguage();
|
||||
}
|
||||
}
|
||||
#endif // !GAMECUBE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue