complexlogic
complexlogic
This feature request is now implemented in `master`. There's no special mode to enable it. If you pass `-S`, and the file is an Opus file, it will be skipped...
You are correct. The idea is that some applications may take longer to start than others. For some that take longer, the user may get impatient and try to click...
The way to do this is with the `:fork` special command. You use it as `:fork [CMD]`, which will cause `[CMD]` to be passed through to your system shell. The...
Can you post the specific error message?
I'm unable to reproduce this. Can you upload the file so I can inspect it?
I can't access the file. Are you sure the password is correct?
Thanks for the report. This is actually a [compile time configuration variable](https://github.com/benhoyt/inih/blob/master/ini.h#L127C1-L131) in the inih library, which Flex Launcher uses to read the ini file. Since I don't control the...
rsgain only returns 0 and 1, so we can conclude that rsgain is not being executed by the fact that the return code is -6. Is the path set correctly...
That's an interesting idea. I'll have to take an in-depth look at SDL's documentation, but it looks like the event subsystem has support for swiping gestures, which should be pretty...
Can you explain exactly how it's not working? Are you getting error messages? etc. Also, if you can upload a sample file, that may help in the diagnosis.