Commit Graph

  • e518cbfffb CPU/Recompiler: Fallback-all-instructions working in AArch64 Connor McLaughlin 2019-12-03 20:45:14 +1000
  • 98e67616ec JitCodeBuffer: Flush cache after committing code on ARM CPUs Connor McLaughlin 2019-12-03 20:21:30 +1000
  • bbe1cb5fe9 CPU: Preparations for AArch64 recompiler Connor McLaughlin 2019-12-03 01:29:56 +1000
  • efb8033d48 HostInterface: Fix for gcc < 8 Connor McLaughlin 2019-12-03 01:29:26 +1000
  • 45fc19fd05 GPU: Only latch texpage/mode on polygon/set draw mode Connor McLaughlin 2019-12-02 17:03:55 +1000
  • a3f2286bdb CDROM: Hack to set subq position before seek instead of after Connor McLaughlin 2019-12-02 17:02:57 +1000
  • 6da9e23d3b Android: Implementation of basic game list Connor McLaughlin 2019-12-02 01:09:25 +1000
  • adc3a2fac1 Android: Support GLES3 and hardware renderers Connor McLaughlin 2019-12-01 21:57:27 +1000
  • 299ee05cd9 HostInterface: Move OSD messages to base class Connor McLaughlin 2019-12-01 21:33:56 +1000
  • 0a6b913536 HostInterface: Move performance counters to base class Connor McLaughlin 2019-12-01 21:29:09 +1000
  • abfa531648 GameList: Add disc size Connor McLaughlin 2019-12-01 01:27:01 +1000
  • ea52b9e8aa GameList: Support parsing Redump.org dat files Connor McLaughlin 2019-11-30 23:55:05 +1000
  • 28a179ec1d dep: Add tinyxml2 Connor McLaughlin 2019-11-30 22:47:34 +1000
  • 04c70b3118 Add initial game list class implementation Connor McLaughlin 2019-11-29 23:46:04 +1000
  • 3b11d936df Common: Add a basic ISO reader class Connor McLaughlin 2019-11-29 23:36:25 +1000
  • ea35c5f3bc Import initial work on Android frontend Connor McLaughlin 2019-11-29 00:17:24 +1000
  • ea0b13a05c More changes to accomodate Android - imgui/host display Connor McLaughlin 2019-11-28 23:29:03 +1000
  • f11d357ab9 Compile fixes for Android Connor McLaughlin 2019-11-28 01:55:33 +1000
  • 457743e109 Common/CDImage: Fix double increment of sectors_read Connor McLaughlin 2019-11-28 01:55:09 +1000
  • aec01d3890 Bus: Reduce RAM write delay Connor McLaughlin 2019-11-27 00:01:47 +1000
  • b3cf18b593 Don't create .7z within .zip for windows build Connor McLaughlin 2019-11-26 20:00:43 +1000
  • 519dbc818d CPU/CodeCache: Fix DMA writes not invalidating code blocks Connor McLaughlin 2019-11-26 19:45:36 +1000
  • 47cbe75b48
    Create windows-build.yml Connor McLaughlin 2019-11-25 17:15:32 +1000
  • 771a151567 GPU/OpenGL: Use CopyImageSubData for VRAM copies Connor McLaughlin 2019-11-25 00:26:18 +1000
  • 22e8b6b0a7 System: Fall back to software when D3D11 selected on Linux Connor McLaughlin 2019-11-25 00:24:16 +1000
  • 446ad20d2b Update README.md with system requirements Connor McLaughlin 2019-11-25 00:21:29 +1000
  • 0bc7333e6e GPU/OpenGL: Set GLSL version string dynamically Connor McLaughlin 2019-11-25 00:17:15 +1000
  • db0d11c2ff GPU/HW: Cull primitives larger than 1024x512 Connor McLaughlin 2019-11-24 23:46:33 +1000
  • 024ed01bbb GPU/HW: Set alpha to mask bit setting Connor McLaughlin 2019-11-24 23:30:35 +1000
  • bc5a247a4b GPU/HW: Use dual-source blend to split alpha and mask Connor McLaughlin 2019-11-24 23:23:33 +1000
  • 9d6d00480c GPU: Implement mask bit handling in software renderer Connor McLaughlin 2019-11-24 18:47:40 +1000
  • 6c6bf8714c CPU/Recompiler: Only check interpreter load delay when it's dirty Connor McLaughlin 2019-11-24 16:51:08 +1000
  • e3965d9be3 CPU/Recompiler: Fix b{ltz,gez}al when using a load delayed register Connor McLaughlin 2019-11-24 16:47:18 +1000
  • 8c5fcc8f48 CPU: Fix more load delay slot issues Connor McLaughlin 2019-11-24 01:10:51 +1000
  • 897e75fa8e CPU/Recompiler: Fix code generation crash on Linux Connor McLaughlin 2019-11-23 21:38:18 +1000
  • 889bd73ac8 CPU: Add settings for execution mode Connor McLaughlin 2019-11-23 20:22:09 +1000
  • b8de55b9b8 CPU/Recompiler: Implement simple block linking Connor McLaughlin 2019-11-23 13:16:43 +1000
  • 201be8aa9c CPU: Fix interpreter speed regression from recompiler Connor McLaughlin 2019-11-23 19:49:43 +1000
  • 5d0a6f88ad CDROM: Header valid/playing should not be set on SeekL Connor McLaughlin 2019-11-23 19:13:48 +1000
  • 9da4e642af CMake: Include SDL2 module in-tree Connor McLaughlin 2019-11-23 18:55:13 +1000
  • bb4ef2103e GPU: Fix dump vram-to-cpu copies Connor McLaughlin 2019-11-23 19:07:17 +1000
  • da69085b3c CPU/Recompiler: Implement nor Connor McLaughlin 2019-11-23 12:53:44 +1000
  • 2f3107216a CPU/Recompiler: Implement syscall/break Connor McLaughlin 2019-11-23 12:48:53 +1000
  • d2d0d5287b CPU/Recompiler: Implement slt/sltu/slti/sltiu Connor McLaughlin 2019-11-23 01:20:59 +1000
  • bdc47319dc CPU/Recompiler: Remove unused variable Connor McLaughlin 2019-11-23 00:45:46 +1000
  • e2850b5a6c CPU/Recompiler: Implement and/or/xor Connor McLaughlin 2019-11-23 00:41:25 +1000
  • a9cbc08890 CPU/Recompiler: Cleanup/combine shift immediate/variable Connor McLaughlin 2019-11-23 00:35:32 +1000
  • 5b745864e3 CPU/Recompiler: Implement sub/subu Connor McLaughlin 2019-11-23 00:30:47 +1000
  • f14ad1d3c4 CPU/Recompiler: Implement add/addu/addi Connor McLaughlin 2019-11-23 00:26:56 +1000
  • 641e68db95 CPU/Recompiler: Implement b{gez,ltz}(al)? Connor McLaughlin 2019-11-22 22:04:31 +1000
  • 167e2a3454 CPU/Recompiler: Implement j/jal/jr/jalr/beq/bne/bgtz/blez Connor McLaughlin 2019-11-22 21:41:10 +1000
  • 44676a6810 Update README.md Connor McLaughlin 2019-11-22 18:30:57 +1000
  • ff398a3f77 Revert "Frontend: Swap L1/R1 and L2/R2 bindings" Connor McLaughlin 2019-11-22 18:28:41 +1000
  • 11966e4caf CPU/Recompiler: Write exception exits to far code buffer Connor McLaughlin 2019-11-22 17:57:02 +1000
  • 7b0978119b CPU: Only write exceptions to log when logging Connor McLaughlin 2019-11-22 17:54:06 +1000
  • f46160ac46 CPU/Recompiler: Implement mult/multu Connor McLaughlin 2019-11-22 16:45:13 +1000
  • e5c0d28fdc CPU/Recompiler: Implement mfhi/mthi/mflo/mtlo Connor McLaughlin 2019-11-22 00:51:16 +1000
  • 51a873e58d CPU: Expand register file to include hi/lo/pc/npc Connor McLaughlin 2019-11-22 00:44:58 +1000
  • 330d512831 CPU: Write exceptions to trace log Connor McLaughlin 2019-11-22 10:53:15 +1000
  • 9e82afac7b CPU/Recompiler: Support block revalidation instead of flushing Connor McLaughlin 2019-11-22 00:32:40 +1000
  • 7aafaeacbc CPU/Recompiler: Implement lb/lbu/lh/lhu/lw/sb/sh/sw instructions Connor McLaughlin 2019-11-21 23:33:58 +1000
  • 9e3bb62216 CPU/CodeCache: Fast path for self-linking blocks Connor McLaughlin 2019-11-20 01:19:03 +1000
  • 09de3819eb CPU/Recompiler: Implement sra/srav instructions Connor McLaughlin 2019-11-20 00:57:40 +1000
  • 4f436461ff CPU/Recompiler: Combine shift instructions Connor McLaughlin 2019-11-20 00:49:07 +1000
  • 51600c5bc0 CPU/Recompiler: Implement andi/xori, combine BitwiseImmediate Connor McLaughlin 2019-11-20 00:44:38 +1000
  • 6157aa9d21 CPU/Recompiler: Implement srlv/srrv instructions Connor McLaughlin 2019-11-20 00:32:41 +1000
  • 82cbb6e1b8 CPU/Recompiler: Implement srl instruction Connor McLaughlin 2019-11-20 00:21:02 +1000
  • 5217088d82 CPU: Refactor load delay handling Connor McLaughlin 2019-11-20 00:15:14 +1000
  • 1d6c4a3af1 CPU: Basic recompiler implementation for x64 (lui, ori, addiu) Connor McLaughlin 2019-11-19 20:30:04 +1000
  • 0e8ff85f04 dep: Add xbyak Connor McLaughlin 2019-11-19 01:48:06 +1000
  • b9089cac95 System: Fix EXE loading again Connor McLaughlin 2019-11-18 00:32:54 +1000
  • 19062e11b5 Revert "Bus: Relax memory timing" Connor McLaughlin 2019-11-17 22:11:16 +1000
  • 38d0f46063 Frontend: Fix some GPU settings not saving to ini Connor McLaughlin 2019-11-17 22:10:55 +1000
  • 48e3683d20 HostInterface: Fix load state on boot not loading state Connor McLaughlin 2019-11-17 19:41:21 +1000
  • 1f4dbd1060 Frontend: Implement D3D<->GL renderer switching Connor McLaughlin 2019-11-17 19:37:10 +1000
  • d1f7ad2512 HostInterface: Fix display classes not getting destructed Connor McLaughlin 2019-11-17 19:36:56 +1000
  • 55550798e4 Frontend: Call timeBeginPeriod() to increase timer resolution Connor McLaughlin 2019-11-17 01:47:52 +1000
  • b2b5e6c793 HostInterface: Reset throttle timer on slowdown Connor McLaughlin 2019-11-17 01:47:50 +1000
  • b5c799ba81 Bus: Relax memory timing Connor McLaughlin 2019-11-17 01:47:46 +1000
  • 8fb4f73d17 Settings: Add audio sync and additional cleanup Connor McLaughlin 2019-11-16 20:50:11 +1000
  • 3673c6e33c HostInterface: Re-enable audio sync by default Connor McLaughlin 2019-11-16 20:41:35 +1000
  • f1289d6161 Settings: Hook up console region Connor McLaughlin 2019-11-16 20:27:30 +1000
  • 613e4f4a2a GPU: Set PAL mode on soft reset if region is PAL Connor McLaughlin 2019-11-16 20:15:33 +1000
  • 49ab9467df GPU: Set throttle frequency based on mode config Connor McLaughlin 2019-11-16 20:13:53 +1000
  • 77fe883901 System: Default to NTSC region for BIOS boot if auto Connor McLaughlin 2019-11-16 20:13:33 +1000
  • b57f1d4a60 HostInterface: Implement non-vsync based speed throttler Connor McLaughlin 2019-11-16 20:12:03 +1000
  • 246c97ccb3 System: Scaffolding for multi-system/multi-bios Connor McLaughlin 2019-11-16 15:27:57 +1000
  • d6209937fb CDROM: Properly handle audio sectors in SeekL Connor McLaughlin 2019-11-16 12:54:41 +1000
  • f12b97e98b DMA: Add missing transfer_ticks to save state Connor McLaughlin 2019-11-16 01:51:22 +1000
  • 4524172573 Frontend: Use flip model swap chains in D3D Connor McLaughlin 2019-11-16 01:45:20 +1000
  • 2399c1dab7 SPU: Fix incorrect step value in attack phase Connor McLaughlin 2019-11-16 01:43:34 +1000
  • a47492382c System: Add "fast boot" option (skip boot logo) Connor McLaughlin 2019-11-16 01:04:51 +1000
  • 30fd7a6683 DMA: Support delaying transfers Connor McLaughlin 2019-11-15 23:27:54 +1000
  • e02ebb1b2a SPU: Mute voice without release phase on loop/end flag Connor McLaughlin 2019-11-15 17:24:08 +1000
  • 5b5d22fd27 SPU: Stub out transfer control register Connor McLaughlin 2019-11-15 16:44:21 +1000
  • d9c27c4ee3 SPU: Fix sustain step being ignored Connor McLaughlin 2019-11-15 16:42:25 +1000
  • 4e9d5b77f8 GPU: Fix swapped bytes for VRAM->CPU transfers Connor McLaughlin 2019-11-15 15:05:27 +1000
  • f27ad2fa67 Frontend: Re-implement fullscreen Connor McLaughlin 2019-11-15 14:57:27 +1000
  • a25fe54a4b Frontend: Swap L1/R1 and L2/R2 bindings Connor McLaughlin 2019-11-15 14:13:05 +1000
  • 708ce25cb0 GPU/HW: Fix resolution changing while running corrupting screen Connor McLaughlin 2019-11-14 22:24:47 +1000