mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
DVDInterface: Initialize variables
This commit is contained in:
parent
4714564fbd
commit
519d851bf8
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue