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
|
@ -98,7 +98,7 @@ void OSystem_IPHONE::initBackend() {
|
|||
|
||||
setTimerCallback(&OSystem_IPHONE::timerHandler, 10);
|
||||
|
||||
BaseBackend::initBackend();
|
||||
EventsBaseBackend::initBackend();
|
||||
}
|
||||
|
||||
bool OSystem_IPHONE::hasFeature(Feature f) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue