mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:05:45 -04:00
Add JSON game database to replace dat parsing
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
|
||||
class HostDisplayTexture;
|
||||
|
||||
class GameList;
|
||||
struct GameDatabaseEntry;
|
||||
|
||||
class ControllerInterface;
|
||||
|
||||
namespace FrontendCommon {
|
||||
@ -411,6 +414,7 @@ protected:
|
||||
void RecreateSystem() override;
|
||||
|
||||
void ApplyGameSettings(bool display_osd_messages);
|
||||
void ApplyControllerCompatibilitySettings(u64 controller_mask, bool display_osd_messages);
|
||||
|
||||
bool CreateHostDisplayResources();
|
||||
void ReleaseHostDisplayResources();
|
||||
|
Reference in New Issue
Block a user