remove GetCurrentModule() functions in HLE Services

This commit is contained in:
B3n30
2018-10-11 11:12:07 +02:00
parent 4ee914c7a8
commit 9d53136f20
14 changed files with 99 additions and 69 deletions

View File

@@ -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