[Kernel] Added support for writing/reading GPD files
This breaks settings in games that are using them and savefiles in games that use settings to store progress
This commit is contained in:
committed by
Radosław Gliński
parent
ccf7adf015
commit
1110cdd372
@@ -171,6 +171,9 @@ class Emulator {
|
||||
|
||||
patcher::PluginLoader* plugin_loader() const { return plugin_loader_.get(); }
|
||||
|
||||
kernel::util::GameInfoDatabase* game_info_database() const {
|
||||
return game_info_database_.get();
|
||||
}
|
||||
// Initializes the emulator and configures all components.
|
||||
// The given window is used for display and the provided functions are used
|
||||
// to create subsystems as required.
|
||||
|
||||
Reference in New Issue
Block a user