m35 / jpsxdec

jPSXdec: cross-platform PlayStation 1 audio and video converter
http://jpsxdec.blogspot.com/
459 stars 24 forks source link

Update Command_Items.java #48

Closed Meerkov closed 2 years ago

Meerkov commented 2 years ago

I was having a little trouble getting my environment setup correctly, but I think this is roughly the line of code that is needed to change the default behavior in https://github.com/m35/jpsxdec/issues/42

m35 commented 2 years ago

Yep! That's exactly right. I already have that change along with the -vidaud flag added in my local work along with a bunch of other stuff going into the next release (work in progress). But if you'd like a build with these changes I can make an intermediate release for you.

Meerkov commented 2 years ago

If you've already got it working with an override flag, please feel free to continue finishing that work :) But if it's ready for release, I'm interested in it.

m35 commented 2 years ago

Added new flag in v1.06, thanks for bringing this up as a missing feature https://github.com/m35/jpsxdec/blob/0ef914606f7c52ffca88257a65ffe9d5390a56b5/jpsxdec%2Fsrc%2Fjpsxdec%2Fcmdline%2FCommand_Items.java#L156