mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 11:37:47 +00:00
general: add default configurations for applet mode
This commit is contained in:
parent
ba17a8c2b8
commit
b4b3ddf4b4
14 changed files with 334 additions and 8 deletions
|
@ -88,6 +88,7 @@ protected:
|
|||
void ReadSystemValues();
|
||||
void ReadWebServiceValues();
|
||||
void ReadNetworkValues();
|
||||
void ReadLibraryAppletValues();
|
||||
|
||||
// Read platform specific sections
|
||||
virtual void ReadHidbusValues() = 0;
|
||||
|
@ -121,6 +122,7 @@ protected:
|
|||
void SaveScreenshotValues();
|
||||
void SaveSystemValues();
|
||||
void SaveWebServiceValues();
|
||||
void SaveLibraryAppletValues();
|
||||
|
||||
// Save platform specific sections
|
||||
virtual void SaveHidbusValues() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue