Rick Gibbed

Results 17 issues of Rick Gibbed

RFC. There's still stuff to be implemented. Need some sort of way to auto-detect user's locale, country, language, timezone, all that nonsense to reasonable defaults. Fall back to en_US +...

enhancement
kernel

The call in `GetHostViewportInfo` to `GetDepthControlForCurrentEdramMode` where it checks `.z_enable` of the result generates broken code in MSVC v19.30 (VS2022). It generates correct code on v19.29 (VS2019). Relevant godbolt with...

bug

Apps available on the 360 apps section's base container file is split into two files: IE, for Twitch: `334A07D1\00007000\57E8FFEC1B9DEE15ECCE39F602FBD6E333` `334A07D1\00007000\57E8FFEC1B9DEE15ECCE39F602FBD6E333.data\Data0000` This has been seen on: * Internet Explorer * Twitch...

bug

`XMsgStartIORequestEx` will reset the event specified in `XAM_OVERLAPPED` if `completion_routine` is `null`. Currently our XAM implementation for a lot of functions that use `XMsgStartIORequestEx`/`XMsgStartIORequest` internally don't actually use this. This...

bug
kernel

~~The server that SAM pulls its game list from is currently down as of July 27th, 2022.~~ **The server that SAM pulls its game list from is currently online.** I'm...

question

> Supported by TomlArray and TomlTable. I don't know if such a feature would be desired upstream. The goal is fine-grained control over spacing when writing inline tables, to better...

[Marketplace](http://marketplace.xbox.com/en-US/Product/Mass-Effect-2-Demo-Eng/00000000-0000-400d-80df-000145418910) # Issues: [Crashes during intro due to the issues with the `0xE0000000` memory range](https://github.com/xenia-project/xenia/blob/master/docs/cpu.md#memory).

state-gameplay
tech-engine-unreal
tech-middleware-umbra

[Marketplace](https://marketplace.xbox.com/en-US/Product/Snoopy-Flying-Ace/66acd000-77fe-1000-9115-d802584109b5) Tested on https://github.com/xenia-project/xenia/commit/62bb26878fa28e0d3989dc5b023a05531d047143. # Issues: Menus fully work. During gameplay only the HUD renders currently. For some reason, the XBLA logo renders incorrectly. # Screenshot(s): ![Screenshot 1 of Snoopy...

state-gameplay
gpu-drawing-missing
apu-garbage
regression

**Description** The implicit package reference seems to be causing VS to pick an older version `4.5.3` of `System.Runtime.CompilerServices.Unsafe` on newer NuGet releases (after `1.2.6`) at least with `.NETFramework,Version=v4.5` and `.NETFramework,Version=v4.6`....

bug

It doesn't appear that decoding with `endOnOutputSize` is exposed. Is there any plan to make this available? I'm after partial decoding of data, where I know the uncompressed and compressed...

enhancement