Rick Gibbed

Results 17 issues of Rick Gibbed

[Marketplace](https://marketplace.xbox.com/en-US/Product/Final-Fight-DblImpact/66acd000-77fe-1000-9115-d802584109dd) v0.0.1.3 Tested against xenia-project/xenia@ea99ba8e3bbac03386c95efe1496d5f4b03f5456. Introduction logos and initial title screen works, with a "press start" prompt. Unfortunately there is frequent stalling during these screens. - [ ] Threads frequently...

state-menus
kernel-unimplemented-feature

`PropertyGridHelper.tt`, `PropertyGridHelpers.tt` which were responsible for generating `PropertyGridHelpers.cs` (via T4Toolbox) need to be replaced with [a source generator](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/). `PropertyGridHelpers.cs` is currently the mostly-unmodified version of the generated file from over...

enhancement

**Is your request based on a publicly known cryptographic schema and where can we find information about?** https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L96-L137 Notably the architecture where this algorithm is used originally is little-endian. **Describe...

new algorithm

Googled the problem, found the exact issue I was after on Stack Overflow: http://stackoverflow.com/questions/10385504/oddities-in-runtime-evaluation-of-static-variable-initializers-when-debugging

I've decided it'd be best to bring in the code from the [Dunia2 repository](https://github.com/gibbed/Gibbed.Dunia) over to this repository. Eventually.

enhancement

Thanks for your efforts on this project! It decompiles all but one script in my target without any visible errors so far. ``` Error running Ast::eliminate_conditions Source: ast\ast.cpp:2367 Failed to...

bug

``` xenia-vfs-dump.exe!xe::load_and_swap(const void * mem) Line 236 at src\xenia\base\memory.h(236) xenia-vfs-dump.exe!xe::vfs::StfsContainerDevice::GetBlockHash(const unsigned char * map_ptr, unsigned int block_index, unsigned int table_offset) Line 606 at src\xenia\vfs\devices\stfs_container_device.cc(606) xenia-vfs-dump.exe!xe::vfs::StfsContainerDevice::ReadSTFS() Line 542 at src\xenia\vfs\devices\stfs_container_device.cc(542) xenia-vfs-dump.exe!xe::vfs::StfsContainerDevice::Initialize()...

bug