System: Use game code for automatic region detection

This commit is contained in:
Connor McLaughlin
2019-12-05 17:09:10 +10:00
parent eeea5125f7
commit 8b9d44f4dc
4 changed files with 32 additions and 16 deletions

View File

@ -29,9 +29,6 @@ class System
public:
~System();
/// Detects region for the specified image file.
static std::optional<ConsoleRegion> GetRegionForCDImage(const CDImage* image);
/// Returns true if the filename is a PlayStation executable we can inject.
static bool IsPSExe(const char* filename);