Rick Gibbed

Results 147 comments of Rick Gibbed

> As I understand it, CHD supports the same read functionality available to the console's disc readers being emulated. Then CHD would not be the best choice for this if...

Apparently #1254 addresses this, but I'll leave this open until it's resolved in master.

This problem occurs in [Hydro Thunder Hurricane](https://github.com/xenia-project/game-compatibility/issues/756) in regular gameplay. I don't think it's a matter of the input having a single channel and being flagged as stereo, but FFmpeg...

> Wasn't this (or rather support for Original Xbox games) part of our wontimplement list @gibbed ? It was discussed on Discord and it basically: XCP isn't meant for random...

While Electron is nice, it's a framework/host for using CEF and other stuff. Not sure how well that would fit into the Xenia picture.

The reason it we're interested in something like CEF is that it would enable us to have fluid in-window rendered UIs that we could also easily adapt to controller compatible...

There is nothing stopping a OSX build from existing, other than a contributor who would make the necessary effort to get it building on OSX. The main contributors don't develop...

That's expected behavior since we're currently writing `xenia.log` to the working directory.

The main problem of this implementation is that it will be empty regardless. We need to match this against a list of `app_id`, `open_message`, `close_message`, and `item_size` to create the...

> I agree, however I'm not sure if item_size is important there 🤔 > In my opinion: `app_id`, `open_message` and `close_message` should be enough to determine exactly what kind of...