Age | Commit message (Expand) | Author |
---|---|---|
2021-05-22 | Add .clang-format file | MerryMage |
2021-05-19 | Consolidate all source files into src/ directory | Merry |
2021-02-06 | a32_unicorn: Halt when PC leaves code_mem | MerryMage |
2020-06-21 | a32_unicorn: Print code on unicorn error | MerryMage |
2020-04-23 | Relicense to 0BSD | MerryMage |
2020-04-22 | tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabled | MerryMage |
2020-04-22 | dynarmic_tests: Resolve CPSR discrepancies in tests | Lioncash |
2020-04-22 | a32_unicorn: Silence PC value assertions | Lioncash |
2020-04-22 | A32: Fuzz instructions using unicorn | Lioncash |
2020-04-22 | tests/unicorn_emu: Add getters and setters for PC/SP | Lioncash |
2020-04-22 | a32_unicorn: Silence a truncation warning within UnmappedMemoryHook() | Lioncash |
2020-04-22 | tests: Refactor unicorn_emu to allow for A32 unicorn | MerryMage |