Skip to content
#

emulation

Here are 558 public repositories matching this topic...

jroweboy
jroweboy commented Apr 3, 2019

Overview

As suggested in #4623, Citra should support binding a hotkey to activate the frontend microphone implementation. Games that use the microphone tend to enable the mic while launching, even if the game is not going to read the data from the shared page till much later.

My personal design suggestions for implementors:

Support for this feature should fully stop any input stre

ekilmer
ekilmer commented Sep 4, 2019

Summary of the problem

Manticore is unable to open multiple sockets with the same FileDescriptor (FD) because the symbolic array is named according to the FD, socket4, but when that FD is closed, we are unable to open/create a new socket with the same FD due to name collisions.

Step to reproduce the behavior

There is an expectedFailure test for this in #1514 in `tests/native/test_

You can’t perform that action at this time.