mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 07:35:47 -04:00
GameList: Seperate disc region and console region
This commit is contained in:
@ -45,6 +45,9 @@ public:
|
||||
|
||||
~System();
|
||||
|
||||
/// Returns the preferred console type for a disc.
|
||||
static ConsoleRegion GetConsoleRegionForDiscRegion(DiscRegion region);
|
||||
|
||||
/// Creates a new System.
|
||||
static std::unique_ptr<System> Create(HostInterface* host_interface);
|
||||
|
||||
|
Reference in New Issue
Block a user