mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
boot: update nethost, hostfxr to 8.0.7
This commit is contained in:
parent
4bbba20927
commit
a9ca9b44fb
9 changed files with 183 additions and 58 deletions
|
|
@ -20,6 +20,7 @@ int CoreCLR::load_hostfxr()
|
|||
|
||||
int CoreCLR::load_hostfxr(const struct get_hostfxr_parameters* parameters)
|
||||
{
|
||||
/*
|
||||
// Get the path to CoreCLR's hostfxr
|
||||
std::wstring calling_module_path(MAX_PATH, L'\0');
|
||||
|
||||
|
|
@ -41,6 +42,7 @@ int CoreCLR::load_hostfxr(const struct get_hostfxr_parameters* parameters)
|
|||
get_export(lib_nethost, "get_hostfxr_path"));
|
||||
if (!get_hostfxr_path)
|
||||
return -1;
|
||||
*/
|
||||
|
||||
wchar_t buffer[MAX_PATH]{};
|
||||
size_t buffer_size = sizeof buffer / sizeof(wchar_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue