snailspeed3

Results 42 comments of snailspeed3

This problem is a bit more challenging under-the-hood than it might appear. I'll need to think of how I want to approach it.

I trigger one of the asserts from #11011 attempting to load MKW-SP on Dolphin 5.0-17995 on Windows 10. ![image](https://user-images.githubusercontent.com/34194588/209476927-41d1f606-9616-4590-867d-2d512f2926d6.png) ![image](https://user-images.githubusercontent.com/34194588/209476998-62214c4a-8a24-48f7-8dae-1b5664476649.png)

This is a really useful feature! A lot of C++ uses exceptions, and letting `cxx` seamlessly bridge that gap with Rust is awesome. However, in a lot of workplaces and...

We'll also need to be careful about unused data generated from coming from stripped functions. OGWS has some examples.

Working on getting a comprehensive list right now.

Progress so far (about 50%). A bit difficult to match against a different version, but possible: | Source | Text Begin | Text End | |---------|-------------|----------| RFL_System | 800BBB80 |...

Some more clues: - The majority of data is not shared across TUs - Non-SDA data loads are typically done as first_tu_data + (data - first_tu_data). Example: .rel.text1:806DD3A8 addi r30,...

Nice work! I think for the time being, we can fairly easily do .text splits using the symbol map. If the script could then autogenerate the data splits, that would...

This has been resolved.