mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #3558 from lioncash/dvd-global
DVDInterface: Reduce a global variable to translation unit scope
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -105,7 +105,6 @@ bool IsDiscInside();
|
||||
void ChangeDisc(const std::string& fileName);
|
||||
|
||||
// DVD Access Functions
|
||||
extern bool g_bStream;
|
||||
bool ChangePartition(u64 offset);
|
||||
void ExecuteCommand(u32 command_0, u32 command_1, u32 command_2, u32 output_address, u32 output_length,
|
||||
bool write_to_DIIMMBUF, int callback_event_type);
|
||||
|
||||
Reference in New Issue
Block a user