mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
DVDInterface: Initialize variables
This commit is contained in:
parent
4714564fbd
commit
519d851bf8
@ -346,9 +346,14 @@ void Init()
|
||||
CurrentStart = 0;
|
||||
CurrentLength = 0;
|
||||
|
||||
g_ErrorCode = 0;
|
||||
g_bDiscInside = false;
|
||||
g_bStream = false;
|
||||
g_bStopAtTrackEnd = false;
|
||||
|
||||
g_last_read_offset = 0;
|
||||
g_last_read_time = 0;
|
||||
|
||||
ejectDisc = CoreTiming::RegisterEvent("EjectDisc", EjectDiscCallback);
|
||||
insertDisc = CoreTiming::RegisterEvent("InsertDisc", InsertDiscCallback);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user