remove GetCurrentModule() functions in HLE Services
This commit is contained in:
@@ -97,6 +97,8 @@ public:
|
||||
Interface(std::shared_ptr<Module> cfg, const char* name, u32 max_session);
|
||||
~Interface();
|
||||
|
||||
std::shared_ptr<Module> GetModule() const;
|
||||
|
||||
/**
|
||||
* CFG::GetCountryCodeString service function
|
||||
* Inputs:
|
||||
@@ -117,8 +119,6 @@ public:
|
||||
*/
|
||||
void GetCountryCodeID(Kernel::HLERequestContext& ctx);
|
||||
|
||||
u32 GetRegionValue();
|
||||
|
||||
/**
|
||||
* CFG::SecureInfoGetRegion service function
|
||||
* Inputs:
|
||||
@@ -412,6 +412,5 @@ private:
|
||||
};
|
||||
|
||||
void InstallInterfaces(Core::System& system);
|
||||
std::shared_ptr<Module> GetCurrentModule();
|
||||
|
||||
} // namespace Service::CFG
|
||||
|
||||
Reference in New Issue
Block a user