Use Linux game data for offsets and signatures/symbols on OS X if Mac-specific data is not available (bug 6056, r=dvander).

Although unlikely, OS X game data can also be used on Linux if Linux-specfic data is missing.
This commit is contained in:
Scott Ehlert
2014-02-15 23:23:53 -06:00
parent e95c2ba0b9
commit ce6b993954
2 changed files with 35 additions and 6 deletions
+1
View File
@@ -92,6 +92,7 @@ private:
bool matched_game;
bool had_engine;
bool matched_engine;
bool matched_platform;
/* Custom Sections */
unsigned int m_CustomLevel;