-
Notifications
You must be signed in to change notification settings - Fork 397
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
Drop Octoshock #4180
base: master
Are you sure you want to change the base?
Drop Octoshock #4180
Conversation
8e50e7f
to
ffb34c9
Compare
This should probably force the priority in getting the debugger to work in Nymashock to be more important then, right? Edit: Nevermind saw the mention of it in #3273 which is being ref'd here~ |
"Debugger to work in Nymashock" isn't really the point of the "standard debugging features." It's more for Lua stuff and the tracelogger, which are infinitely more useful than that crap debugger. |
I forgot, isn't nymashock based on mednafen's clean untouched source code? Adding debugging to it would involve changing it on our side. |
|
My opinion is that this shouldn't be blocked by Nymashock missing features. We just released our least buggy version yet, so if a few power users need to hold on it for a couple releases, that wouldn't be so bad. And perhaps regressing on those features would motivate working on Nymashock? I don't actually know who's maintaining it atm... And the same goes for BSNES, though it's much easier there since DiztinGUIsh makes up for our lack of CDL. |
Needed to keep some managed code around since the
.pjm
importer uses the sync settings type for serialisation.See #3273.