N64Recomp/src
Mr-Wiseguy 6db56f597d
Some checks failed
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (blaze/ubuntu-22.04, Debug) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (blaze/ubuntu-22.04, Release) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (macos-13, Debug) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (macos-13, Release) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (macos-14, Debug) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (macos-14, Release) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (ubuntu-latest, Debug) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (ubuntu-latest, Release) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (windows-latest, Debug) (push) Has been cancelled
validate / ${{ matrix.os }} (${{ (matrix.os == 'macos-14' || matrix.os == 'blaze/ubuntu-22.04') && 'arm64' || 'x64' }}, ${{ matrix.type }}) (windows-latest, Release) (push) Has been cancelled
Fix bug with patch recompilation when a non-relocatable reference section has the same index as the patch elf's event section
2025-08-28 22:53:48 -04:00
..
analysis.cpp PIC Jump Table Support (#120) 2025-01-16 00:40:50 -05:00
analysis.h Implement live recompiler (#114) 2024-12-31 16:11:40 -05:00
cgenerator.cpp Mod function hooking (#124) 2025-01-26 21:52:46 -05:00
config.cpp Mod function hooking (#124) 2025-01-26 21:52:46 -05:00
config.h Mod function hooking (#124) 2025-01-26 21:52:46 -05:00
elf.cpp Implement reloc pairing GNU extension (#131) 2025-02-13 18:20:48 -05:00
main.cpp Fix bug with patch recompilation when a non-relocatable reference section has the same index as the patch elf's event section 2025-08-28 22:53:48 -04:00
mod_symbols.cpp Implement fixed address and globally loaded sections in mods, respect section index in mod self-section relocs (#150) 2025-07-19 03:39:41 -04:00
operations.cpp Implement remaining float comparisons in the op table (ordered/unordered and signaling/non-signaling still unimplemented) (#144) 2025-07-17 22:50:15 -04:00
recompilation.cpp Fix out of bounds exception in recompilation with special sections in function call relocs 2025-08-11 01:54:36 -04:00
symbol_lists.cpp Add missing osSetTime and osSetCount functions to recompiler symbol lists 2025-08-11 01:55:39 -04:00