mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
Accessing DVD on Homebrew now works
This commit is contained in:
parent
7532df3837
commit
7ca8569752
@ -684,7 +684,7 @@ void check_dvd()
|
||||
if(Settings.dvd_insert <= 0)
|
||||
{
|
||||
|
||||
if(dvd->startup() && DVD_Inserted()) // wenn dvd gefunden, neu einlesen
|
||||
if(DVD_Inserted()) // wenn dvd gefunden, neu einlesen
|
||||
{
|
||||
MountDVD();
|
||||
Settings.dvd_insert = 2;
|
||||
|
@ -169,7 +169,7 @@ main(int argc, char *argv[])
|
||||
SetupPads(); // Initialize input
|
||||
// InitAudio(); // Initialize audio
|
||||
InitGUIThreads(); // Initialize GUI
|
||||
DI2_Init(); // Initialize DVD
|
||||
//DI2_Init(); // Initialize DVD
|
||||
MountAllDevices();
|
||||
InitNetworkThread(); // Initialize Network
|
||||
InitTcpThread();
|
||||
@ -203,6 +203,8 @@ main(int argc, char *argv[])
|
||||
if(HAVE_AHBPROT)
|
||||
runtimePatchApply();
|
||||
|
||||
DI2_Init(); // Init DVD
|
||||
|
||||
if(strstr(Options.language, tr("STANDARD")))
|
||||
translate();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user