Merge pull request #3558 from lioncash/dvd-global

DVDInterface: Reduce a global variable to translation unit scope
This commit is contained in:
Mathew Maidment
2016-01-25 05:13:08 -05:00
2 changed files with 213 additions and 213 deletions
File diff suppressed because it is too large Load Diff
-1
View File
@@ -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);