mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 13:47:58 -05:00
Merge yuzu-emu#12756
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user