mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-01 15:59:26 -05:00
Replace indirect guest function calls with direct ones. (#141)
This commit is contained in:
@@ -3,7 +3,7 @@ namespace SWA
|
||||
inline boost::shared_ptr<CCsdProject> CCsdDatabaseWrapper::GetCsdProject(const Hedgehog::Base::CSharedString& in_rName)
|
||||
{
|
||||
boost::shared_ptr<CCsdProject> spCsdProject;
|
||||
GuestToHostFunction<void>(0x825E2B40, &in_rName, this, &spCsdProject, 0);
|
||||
GuestToHostFunction<void>(sub_825E2B40, &in_rName, this, &spCsdProject, 0);
|
||||
return spCsdProject;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user