This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Now explicitly adds PATH dirs to DLL search path
pull/32/head
Anairkoen Schno
5 years ago
parent
d9d5771162
commit
af66404c1a
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
IPA.Loader/Loader/LibLoader.cs
+ 3
- 0
IPA.Loader/Loader/LibLoader.cs
View File
@ -85,6 +85,9 @@ namespace IPA.Loader
AddDir
(
dir
)
;
return
true
;
}
)
.
All
(
f
=
>
true
)
;
// force it to iterate all
}
foreach
(
var
dir
in
Environment
.
GetEnvironmentVariable
(
"path"
)
.
Split
(
Path
.
PathSeparator
)
)
AddDir
(
dir
)
;
}
}
Write
Preview
Loading…
Cancel
Save