bsmiles32
bsmiles32
This PR introduces a new "audio backend API" which should replace (when mature) the existing audio plugin mecanism. Frontends that want to use this API should call the CoreSetAudioInterfaceBackend function...
In order to lower the maintenance burden of the build system (eg. keeping in sync both Makefile and Visual studio files) I've explored the possibility of migrating to the meson...
This work allows to measure SI DMA/IO speeds. It polls SI_STATUS and compute how many C0_COUNT increments have happened during DMA/IO transfer. Precision of timing is not absolute, as there...
This work allows to measure PI DMA speeds. It polls PI_STATUS and compute how many C0_COUNT increments have happened during DMA transfer. Precision of timing is not absolute, as there...
I went through the google code issue tracker and ControllerSetup comment section to upstream user-provided gamepad configurations. As I don't own any of the device mentioned, I cannot test if...
This is just for preview and I will very likely changes things in the future but this PR shows what could be done to integrate audio backends in the console-ui...