yuzu/src/core
MerryMage 668e5452fa Update dynarmic to bc73004
bc73004 a64_merge_interpret_blocks: Remove debug output
4e656ed tests/A64: Randomize PSTATE.<NZCV>
fd9530b A64: Optimization: Merge interpret blocks
3c9eb04 testenv: Use format constants
324f3fc tests/A64: Unicorn interface fixes
98ecbe7 tests/A64: Fuzz against unicorn
b1d38e7 tests/A64: Move TestEnvironment to own header
5218ad9 A64/data_processing_pcrel: bug: ADR{,P} instructions sign extend their immediate
b1a8c39 A64/data_processing_addsub: bug: {ADD,SUB}S (extended register) instructions write to ZR when d = 31
64827fb a64_emit_x64: bug: A64CallSupervisor trampled callee-save registers
1bfa04d emit_x64: bug: OP m/r64, imm32 form instructions sign-extend their immediate on x64
edadeea A64 inferface: Use two argument static_assert
9ab1304 A64: Add ExceptionRaised IR instruction
6843eed Update readme
7438d07 A64/translate: Add TranslateSingleInstruction function
2018-01-13 22:38:57 +00:00
..
arm Update dynarmic to bc73004 2018-01-13 22:38:57 +00:00
file_sys core: Gut out cryptop, since it doesn't compile with C++17. 2018-01-12 19:36:41 -05:00
frontend yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
gdbstub arm: Remove SkyEye/Dyncom code that is ARMv6-only. 2018-01-02 22:24:12 -05:00
hle Fix build on macOS and linux 2018-01-13 22:38:52 +00:00
hw Remove gpu debugger and get yuzu qt to compile 2018-01-12 19:11:04 -07:00
loader yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
tracer Core: Fix some out-of-style includes 2017-05-27 16:31:42 -07:00
CMakeLists.txt Remove references to PICA and rasterizers in video_core 2018-01-12 19:11:03 -07:00
core.cpp Remove gpu debugger and get yuzu qt to compile 2018-01-12 19:11:04 -07:00
core.h core: Increase tight_loop 100x for speed. 2018-01-04 16:52:16 -05:00
core_timing.cpp CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) 2018-01-08 19:10:25 -05:00
core_timing.h core_timing: Use 1.020GHz for core clock rate. 2018-01-08 19:18:50 -05:00
memory.cpp Remove gpu debugger and get yuzu qt to compile 2018-01-12 19:11:04 -07:00
memory.h core/video_core: Fix a bunch of u64 -> u32 warnings. 2018-01-01 15:40:35 -05:00
memory_setup.h core/video_core: Fix a bunch of u64 -> u32 warnings. 2018-01-01 15:40:35 -05:00
mmio.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
perf_stats.cpp Remove settings issues in sdl and fix a few files that broke in mingw 2018-01-12 19:11:05 -07:00
perf_stats.h PerfStats: Re-order and document members better 2017-02-26 17:22:04 -08:00
settings.cpp Remove references to PICA and rasterizers in video_core 2018-01-12 19:11:03 -07:00
settings.h Removing unused settings and yuzu rebranding 2018-01-12 19:11:05 -07:00
telemetry_session.cpp Removing unused settings and yuzu rebranding 2018-01-12 19:11:05 -07:00
telemetry_session.h WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00