Luke Street
Luke Street
egui doesn't support text selection outside of text boxes, but we could likely have a toggle that converts the asm view into a text box for selecting & copying.
Right now, warnings are totally hidden when compiling. Add a new panel that shows warnings.
Right now, a symbol size mismatch will error and halt the diff. This is annoying for symbols where the true size was discovered and `symbols.txt` hasn't yet been updated to...
> dtk fails to detect a relocation in GetMesMaxSizeSub in mario party 4. > ``` > /* 800473F0 00044250 88 7F 00 00 */ lbz r3, 0x0(r31) > /* 800473F4...
Tools parsing splits.txt separately will be able to use this info. Keep it as a comment maybe?
Right now, retrowin32 allows reads and writes to memory addresses < 0x1000 without complaint. This can hide or obfuscate bugs that would normally result in crashes. This affects both `x86-emu`...
Test case: [fbld_testcase.zip](https://github.com/user-attachments/files/16385227/fbld_testcase.zip) Command: ``` retrowin32 mwcceppc.exe -nodefaults -proc gekko -align powerpc -enum int -fp hardware -Cpp_exceptions off -O4,p -inline auto -pragma "cats off" -pragma "warn_notinlined off" -pragma "cpp_extensions on"...
Each commit is self-contained and self-describing. (However, the last commit adding implementations and refactoring the host API was difficult to separate.) Feel free to veto any of these changes. All...