James Rowe

Results 10 comments of James Rowe

citra upstream has microphone support, but adding android support will take a little extra work as the library used for reading real mic data doesn't work on android, but the...

This might have been fixed by https://github.com/citra-emu/citra/pull/2703 please download the latest nightly or canary and retest and let me know if its working now :+1:

Also isn't shadow map in the software renderer only? make sure you turn off the hardware renderer when you get to the spot that you need to test. Edit: oh,...

The reason is as JayFoxRox says, it fetch the remote branch locally using the name of the remote branch to create the branch locally. Which in the case of master,...

> Where is the release description generated? Its part of the squirrel pr #3 in appveyor.yml > Instead we should only have nupkgs and provide CitraSetup.exe outside of the daily...

@Icekhaos They are separate programs entirely. I don't actually make any changes to citra with the updater program. Eventually I'd like to integrate it more, and perhaps change the update...

Thank you for the report. For reference, I have been researching alternative installer frameworks, and have been considering using the QT Installer Framework. At some point in the future I...

@RavenHome1 it'd still be nice to log issues related to bleeding edge here, but i seriously am considering disabling it now. any thoughts on that @wwylele ?

This may or may not work for you (especially since I've only tried the web audio api so far), but the solution I ended up doing was whenever I called...

@shivrajsa I ended up doing something like this to patch midi.js to fix the stop function https://github.com/jroweboy/mml.js/commit/06dfde351739ae680f9e20916178fabf47e0846e#diff-0fe2b7205021932be4392b3665e12b26 Then I wrote a stop function as follows https://github.com/jroweboy/mml.js/blob/master/mml.js#L383 Not sure how much...