Anghelo Carvajal
Anghelo Carvajal
Fixed a bug where auto segments insertion may not respect the proper ordering if there are linker_offset segments present
As far as I can tell the docs don't explain or even mention any of the following segments - [ ] `cpp` - [ ] `textbin`/`databin`/`rodatabin` - [ ] `lib`...
The following gfx data produces no output on `gfxdis.f3dex` ``` 0xBA000018 0x0000ECF0 0xB9000003 0x00504244 ``` Example: ``` $ gfxdis.f3dex -d BA0000180000ECF0B900000300504244 { } ``` Passing the `-i` flag produces macros...
As proposed on discord I made a `GetItemId` enum, which represents the entries from the `item_table` table This PR includes an enums for both C and Python code I tried...
This new option allows to choose which progressive items will grant the player both the item and all of its upgrades. I named this feature "upgradeful items", but we can...
The object analyzer throws an exception when trying to analyze some objects. I'll list the ones I found. If I found more, then I'll edit this post to add them....
Try to identify what those symbols are and remove the dependency on them when linking
Add more standard functions that may appear in other recomp projects. I also added gzip functions to the list, not sure if those are common enough to guarantee to be...
Added `gpr` casts to the arguments of the `MEM_` macros to ensure the arithmetic is done as 64bits instead of something dumb because the caller passed 32bits unsigned values or...
Add instructions to run the Linux build through Steam under the "Known issues" section. I tested this and it does indeed fixes the program disappearing after a few seconds of...