532 Commits (8d7686ff8e5a5be74d4808af4311d3746e4072f7)

Author SHA1 Message Date
River City Ransomware dd62f125c3 Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
MerryMage e35644c005 clang-format 8 years ago
James Rowe 2d7a85f7af Build: Automagically handle unicorn 8 years ago
James Rowe e026b66bbb Build: Add unicorn as a submodule and build it if needed 8 years ago
MerryMage 668e5452fa Update dynarmic to bc73004 8 years ago
bunnei 17af2937fe arm_unicorn: Log unmapped memory access address. 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
MerryMage d2fbc78320 arm_dynarmic: Implement core 8 years ago
bunnei b38223f662 arm_unicorn: Load/release unicorn DLL. 8 years ago
bunnei 3f8b9181b5 unicorn: Use for arm interface on Windows. 8 years ago
bunnei 6e9d66fd3a arm_dynarmic: More cleanup. 8 years ago
bunnei aa7e061e71 arm_dynarmic: Gut interface until dynarmic is ready for general use. 8 years ago
bunnei b172f0d770 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
bunnei 45db4bb3ea logging: Rename category "Core_ARM11" to "Core_ARM". 8 years ago
bunnei 6377585edb arm_interface: Set TLS address for dynarmic core. 8 years ago
bunnei 3411883fe3 arm: Use 64-bit addressing in a bunch of places. 8 years ago
Huw Pascoe 529f4a0131 Moved down_count to CoreTiming 8 years ago
MerryMage 67a70bd9e1 ARM_Interface: Implement PageTableChanged 8 years ago
Subv 7a3ab7c63d CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime. 9 years ago
Subv d237a89048 CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ExecuteInstructions. 8 years ago
Subv 9d0841b48b Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache. 8 years ago
Subv d3fb1d6c38 Dyncom: Fixed a conversion warning when decoding thumb instructions. 8 years ago
Subv 5b46a89230 fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. 9 years ago
Subv a0874a7a68 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. 9 years ago
Subv 11fe85f129 Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions. 9 years ago
Subv bf45ccfb40 Revert "Remove `exceptions` parameter from `normaliseround` VFP functions" 9 years ago
Subv b1a29371c9 Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. 9 years ago
Yuri Kunde Schlesner d97b977540 Dyncom: Remove disassembler code 9 years ago
Yuri Kunde Schlesner f0a582b218 Dyncom: Tweak types and log formatting 9 years ago
Yuri Kunde Schlesner cb4da3975e Remove unused symbols code 9 years ago
MerryMage b125388152 dyncom: Correct SXTAB16 and SXTB16 9 years ago
MerryMage e2815408fd arm_dynarmic: Update memory interface 9 years ago
MerryMage 2b36d4c9d7 arm_dynarmic: CP15 support 9 years ago
MerryMage f8cf87ce34 arm_dynarmic: Provide MemoryReadCode callback 9 years ago
bunnei 8b1e269e58 ThreadContext: Move from "core" to "arm_interface". 9 years ago
Lioncash ba20dd9b61 gdbstub: Remove global variable from public interface 9 years ago
Lioncash 2f3c1bdfb4 core: Add missing #pragma once directives where applicable 9 years ago
Emmanuel Gil Peyrot 643e590b5c Core: Add a forgotten #include <cstring> for memcpy. 9 years ago
MerryMage 27be446049 dynarmic: Add ticks based on ticks executed, not ticks requested 9 years ago
James Rowe bbe57a66ca Expose page table to dynarmic for optimized reads and writes to the JIT 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Emmanuel Gil Peyrot bfc454e951 Dyncom: Disable clang-format on the decoding table. 9 years ago
bunnei 1b95f61d82 arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg. 9 years ago
bunnei 05e120a4cc arm: ResetContext shouldn't be part of ARM_Interface. 9 years ago
bunnei 85861d44b7 arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword. 9 years ago
bunnei b7aef81cb4 dyncom: Use VFP_FPSCR/VFP_FPEXC. 9 years ago
bunnei 1976a2d773 dynarmic: Implement ARM CPU interface. 9 years ago