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
|
@ -66,12 +66,6 @@ OSystem::~OSystem() {
|
|||
}
|
||||
|
||||
void OSystem::initBackend() {
|
||||
// Init audio CD manager
|
||||
#ifndef DISABLE_DEFAULT_AUDIOCD_MANAGER
|
||||
if (!_audiocdManager)
|
||||
_audiocdManager = new DefaultAudioCDManager();
|
||||
#endif
|
||||
|
||||
// Verify all managers has been set
|
||||
if (!_audiocdManager)
|
||||
error("Backend failed to instantiate audio CD manager");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue