GameList: Support detecting region from system area of CDROM
More accurate than basing it off the code, and better support for homebrew discs.
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
static std::string GetGameCodeForImage(CDImage* cdi);
|
||||
static std::string GetGameCodeForPath(const char* image_path);
|
||||
static std::optional<ConsoleRegion> GetRegionForCode(std::string_view code);
|
||||
static std::optional<ConsoleRegion> GetRegionFromSystemArea(CDImage* cdi);
|
||||
static std::optional<ConsoleRegion> GetRegionForImage(CDImage* cdi);
|
||||
static std::optional<ConsoleRegion> GetRegionForPath(const char* image_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user