Rick Gibbed

Results 147 comments of Rick Gibbed

Just to clarify here, `extra_size` does not map to `item_size` argument of the constructor. This is a value passed to `Initialize(...)`. `item_size` is implicit with the type of enumerator being...

There's a timezone header in the date library we're already using, so could probably leverage that: https://howardhinnant.github.io/date/tz.html The biggest issue is doing the mapping to the stuff the 360 has.

The tables I have for locale shows exactly what combinations are possible. It's the timezone stuff I haven't done yet.

To clarify, is the provided log the game failing to boot, or switching the audio devices?

Pretty sure `generic_u8string` does not actually perform any conversion, this would cause junk in the log file on Windows?

Superseded by #1444. Will leave open until I've verified things made it over.

There's only four commits here and you're making a lot of changes. IMO, all of the bugfixes should be made their own PRs as it's not directly related to the...

No worries at all, that's what reviews are good for.

I'm sure emoose meant the guest imports of those functions, not host usage.

This shouldn't be necessary, it should be picked up by `where` automatically?