-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiscoHawk meta-issue #2535
Comments
@YoshiRulz : the problem is that discoHawk can not load in the BizHawk.Common library for some reason. THerefore the OSTailoredCode can not be referenced which is required to do this correctly. Better is to also import Client.Common so that we can just use PathUtils.ExeDirectoryPath Can you look into this dll problem? If you can look into that problem, we ca |
I can move PathUtils to the same file. EmuHawk's AssemblyResolve handler doesn't use that, though, it just uses Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) .
|
All the todos got done, so closing this issue |
681b564, f56a981System.Web
dependency is superfluous (see Problematic dependencies #2261).a0c7e9cMainDiscoForm
's icon is loaded from its.resx
file, but non-string resources don't work anymore. It's easy enough to use an embedded image instead.Needs assembly load logic copied from EmuHawk's1a21765Program
, or immediately crashes due to missing assemblyBizHawk.Common
on Linux.Remake thenot worth it IMOForm
layouts using*Ex
controls and FLPs.Move logic to library projects.f431faf@adelikat You said you could replace the
HttpUtility.UrlDecode
call with our path helpers?The text was updated successfully, but these errors were encountered: