Commit Graph

  • 83b67b3c4c Frontend: Clear focus after loading/saving state Connor McLaughlin 2019-10-27 13:44:48 +1000
  • 4181b8c6b5 CDROM: Fix XA sectors overwriting unfetched data sectors Connor McLaughlin 2019-10-27 13:44:23 +1000
  • 273d807e31 Common: Add HeapArray class Connor McLaughlin 2019-10-27 13:34:13 +1000
  • 41574d92e8 Build: Enable conformance mode Connor McLaughlin 2019-10-27 01:58:28 +1000
  • e99f0a4acf Pad: Use baud rate for transfer delay Connor McLaughlin 2019-10-27 01:52:18 +1000
  • 4283fa7f74 CDROM: Tweak timings / add missing status update Connor McLaughlin 2019-10-27 01:45:26 +1000
  • f22de715c7 Frontend: Hook up right stick button to main menu bar Connor McLaughlin 2019-10-27 01:05:43 +1000
  • f314a26eee Handle controller inputs in ImGui Connor McLaughlin 2019-10-27 01:05:11 +1000
  • f538123210 Frontend: Use imgui functions for handling SDL events Connor McLaughlin 2019-10-27 00:08:01 +1000
  • 0d71ebccc8 Frontend: Add display linear filtering option Connor McLaughlin 2019-10-27 00:02:01 +1000
  • f9e964e34d CDImage: Relational operators for Position Connor McLaughlin 2019-10-27 00:01:25 +1000
  • 88eec0a56b GPU: Fix internal resolution options not displaying Connor McLaughlin 2019-10-26 22:36:01 +1000
  • 62f6a5597e CDROM: Don't crash emulator when interrupts are missed Connor McLaughlin 2019-10-26 22:34:05 +1000
  • b0c492fd43 DigitalController: Fix broken input due to 0x01 handling Connor McLaughlin 2019-10-26 22:33:23 +1000
  • 3b32053065 Build: Disable LTCG in Release builds Connor McLaughlin 2019-10-26 21:12:23 +1000
  • 99663d119c CDROM: Refactoring seek/read to support timing Connor McLaughlin 2019-10-26 21:07:28 +1000
  • b4f2bf4d3c CDROM: Deliver data interrupt asynchronously Connor McLaughlin 2019-10-26 17:41:37 +1000
  • 27674c2dc9 FIFOQueue: Support copying from another queue (pop -> push) Connor McLaughlin 2019-10-26 17:41:29 +1000
  • 3ded9d46c1 CDROM: Combine stat pushing/ack interrupt Connor McLaughlin 2019-10-26 16:12:37 +1000
  • bedc305b64 CPU: Inline instruction accessor functions Connor McLaughlin 2019-10-26 15:44:03 +1000
  • 1adb1d14ae Build: Enable inlining for __inline functions in DebugFast Connor McLaughlin 2019-10-26 15:42:21 +1000
  • c7a7d682bc Common: Force inlining of BitField/SignExtend/ZeroExtend functions Connor McLaughlin 2019-10-26 15:41:43 +1000
  • a9e0fe6db2 cpu: Remove superfluous logging for syscall Connor McLaughlin 2019-10-26 15:39:07 +1000
  • 2500f9d3af Build: Disable LTCG on common project in Release Connor McLaughlin 2019-10-26 15:36:48 +1000
  • 2b137190c8 Frontend: Fix occasional power-off crash Connor McLaughlin 2019-10-26 13:33:02 +1000
  • ed6d0e34de MDEC: Fix broken stats window Connor McLaughlin 2019-10-26 13:31:21 +1000
  • 540e942a46 Add basic software GPU renderer Connor McLaughlin 2019-10-26 12:57:35 +1000
  • 9b56499afa Refactoring settings/support changing GPU renderer at runtime Connor McLaughlin 2019-10-26 12:55:56 +1000
  • ca48b21ffc StateWrapper: Support switching modes Connor McLaughlin 2019-10-25 23:30:44 +1000
  • e98d109da2 Frontend: Support game controllers Connor McLaughlin 2019-10-23 21:39:48 +1000
  • 2d0dd03705 GPU: Implement weave deinterlacing Connor McLaughlin 2019-10-23 15:36:37 +1000
  • 87f9f99938 Frontend: Extract keyboard handling to seperate function Connor McLaughlin 2019-10-23 15:34:39 +1000
  • 3db77a3139 SPU: Handle IRQ address register (fixes FF8 intro FMV) Connor McLaughlin 2019-10-23 00:50:00 +1000
  • c048679044 GPU: Don't create explicit framebuffers Connor McLaughlin 2019-10-23 00:35:20 +1000
  • 9410685807 Common: Optionally create framebuffer with GL textures Connor McLaughlin 2019-10-23 00:35:08 +1000
  • c97089b775 Frontend: Fix Help menu placement when running Connor McLaughlin 2019-10-22 23:09:01 +1000
  • a76ec6fc19 Compile fixes for GCC Connor McLaughlin 2019-10-22 23:07:51 +1000
  • dc7b72b156 Frontend: Support vsync for speed limiter Connor McLaughlin 2019-10-21 01:41:31 +1000
  • e0173cbb4d Frontend: Popup menu for load state in powered-off state Connor McLaughlin 2019-10-21 00:38:20 +1000
  • 6c73dc6efb Frontend: Support loading state while powered off Connor McLaughlin 2019-10-21 00:38:04 +1000
  • 1b8b730f85 GPU: Compute display aspect ratio based on visible area Connor McLaughlin 2019-10-21 00:18:52 +1000
  • 2e70c22422 GPU: Properly handle display range config Connor McLaughlin 2019-10-20 23:19:26 +1000
  • 7e39dd0935 GPU: Fix display of 24-bit buffers with upscaling enabled Connor McLaughlin 2019-10-20 22:59:40 +1000
  • 4f1fc7abf0 Fix CMake build Connor McLaughlin 2019-10-20 22:31:45 +1000
  • b9e0c329d0 Remove unused common classes Connor McLaughlin 2019-10-20 22:28:19 +1000
  • 9058a79184 Remove libsamplerate dependency Connor McLaughlin 2019-10-20 22:24:57 +1000
  • 14bc2a1164 Add README.md Connor McLaughlin 2019-10-20 22:05:44 +1000
  • cac09bcedc Frontend: Add about window Connor McLaughlin 2019-10-20 21:18:11 +1000
  • d389fcaa13 Frontend: Force powered-off screen through seperate render path Connor McLaughlin 2019-10-20 20:51:59 +1000
  • 0b58f1facf Frontend: Hook up "Start Disc" Connor McLaughlin 2019-10-20 20:47:27 +1000
  • 795a3e7ca8 Add nativefiledialog Connor McLaughlin 2019-10-20 20:47:16 +1000
  • 0e6d1d5629 Frontend: Add a powered-off window/welcome screen Connor McLaughlin 2019-10-20 20:37:21 +1000
  • 884378045d SPU: Add CD audio volume control Connor McLaughlin 2019-10-20 19:46:35 +1000
  • 140d63c674 SPU: Add more details to debug window Connor McLaughlin 2019-10-20 19:40:15 +1000
  • b5f7fa2652 SPU: Stub out noise mode register Connor McLaughlin 2019-10-20 18:41:35 +1000
  • 33f1cf4fd4 SPU: Global volume control Connor McLaughlin 2019-10-20 16:44:08 +1000
  • f3cd100b16 SPU: Float-less volume application Connor McLaughlin 2019-10-20 16:27:30 +1000
  • 03e4c71b4c CDROM: Implement CDDA playback Connor McLaughlin 2019-10-20 15:55:23 +1000
  • 1cc3e4d5f2 CDImage: Only add implicit two seconds pregap for track 1 Connor McLaughlin 2019-10-20 15:32:02 +1000
  • faa9e59f61 GPU: Correctly mask src x/y in VRAM->CPU transfer Connor McLaughlin 2019-10-20 15:31:32 +1000
  • 9b6a59329e Common: Support dual-source blend in GL::Program Connor McLaughlin 2019-10-19 17:35:36 +1000
  • 75f206262c Pad: Store JOY_BAUD Connor McLaughlin 2019-10-18 23:10:41 +1000
  • f046d1008e GPU: Mask high bits in copy commands Connor McLaughlin 2019-10-18 23:10:11 +1000
  • 9433e08782 CDROM: Implement GetTD command Connor McLaughlin 2019-10-18 23:06:13 +1000
  • 4959de9859 CDROM: Implement GetTN command Connor McLaughlin 2019-10-18 22:44:28 +1000
  • baf97cb864 GPU: Split command handlers into seperate file Connor McLaughlin 2019-10-18 22:05:06 +1000
  • 246b17454e CDROM: Store filename, reduce ack cycles Connor McLaughlin 2019-10-18 22:04:25 +1000
  • 513bbe44f3 Common: Refactor CDImage class to support multiple tracks/indices Connor McLaughlin 2019-10-18 18:18:04 +1000
  • 52c16deba6 dep: Add libcue Connor McLaughlin 2019-10-18 18:16:52 +1000
  • c8bbd25f59 MDEC: Refactor buffer handling, fixes FF9 FMVs Connor McLaughlin 2019-10-18 00:40:07 +1000
  • 6b4298541c DMA: Fix DICR write breaking FMVs in FF7 Connor McLaughlin 2019-10-18 00:23:11 +1000
  • 9d5f3c1306 CPU: Support stalling CPU for bus activity such as DMA Connor McLaughlin 2019-10-18 00:20:38 +1000
  • 0324ae2fd7 CDROM: Initial debug windows Connor McLaughlin 2019-10-17 23:54:51 +1000
  • a6a121f8fe CPU: Add missing instruction signature for xori Connor McLaughlin 2019-10-16 02:16:21 +1000
  • 5784fc260d Update CPU interrupt line on interrupt mask change Connor McLaughlin 2019-10-16 02:16:08 +1000
  • 254c668d7e GPU: Implement GP1(00h) Connor McLaughlin 2019-10-15 22:36:26 +1000
  • 45bfcc8225 GPU: Fix GPUSTAT(31) during vblank Connor McLaughlin 2019-10-15 22:36:10 +1000
  • e68cddf017 Fix CMake build Connor McLaughlin 2019-10-15 18:02:48 +1000
  • aa792da823 CDROM: Implement XA-ADPCM decoding Connor McLaughlin 2019-10-15 17:27:35 +1000
  • 7195766563 CDROM: Implement XA-ADPCM filtering Connor McLaughlin 2019-10-15 17:25:48 +1000
  • f285f26ec2 CDROM: Last sector header is already in BCD - fix for GetLocP Connor McLaughlin 2019-10-15 17:25:01 +1000
  • 2b6ebf9955 Common: Add helper functions for decoding CD-XA ADPCM Connor McLaughlin 2019-10-15 17:24:11 +1000
  • b2632db0a7 build: Use C++17 for MSBuild in common library Connor McLaughlin 2019-10-15 17:23:38 +1000
  • b4a6c98bbe CPU: Move alignment check to branch instead of fetch Connor McLaughlin 2019-10-13 18:35:19 +1000
  • 7448cbaf9d GPU: Copy-less processing from DMA Connor McLaughlin 2019-10-13 17:33:20 +1000
  • ec8c5d4bb6 DMA: Batch multi-word transfers together Connor McLaughlin 2019-10-13 16:48:11 +1000
  • 88ec178380 DMA: Refactoring, support split block transfers Connor McLaughlin 2019-10-13 14:16:49 +1000
  • 2d9d999713 Add debug window for MDEC Connor McLaughlin 2019-10-12 22:47:00 +1000
  • 0f68c8c5d3 Add debugging for GPU/Timers Connor McLaughlin 2019-10-12 22:15:38 +1000
  • b945d10b04 GTE: Handle buggy matrix in MVMVA Connor McLaughlin 2019-10-12 17:21:24 +1000
  • 9bdff9e1dc GTE: Fix NCDT Connor McLaughlin 2019-10-12 17:21:08 +1000
  • 3f1fea0e97 GTE: Fix RTPS/RTPT Connor McLaughlin 2019-10-12 14:49:26 +1000
  • a55412c24a SPU: Hide debug window by default Connor McLaughlin 2019-10-11 17:48:34 +1000
  • 25209c3d58 SPU: Clear fields on Reset Connor McLaughlin 2019-10-11 16:56:45 +1000
  • d88da93a55 SPU: Save state support Connor McLaughlin 2019-10-11 16:54:21 +1000
  • 51ea81eebf SPU: Don't store the undecoded ADPCM blocks Connor McLaughlin 2019-10-11 16:42:28 +1000
  • 058fc28248 Frontend: Sync to audio Connor McLaughlin 2019-10-11 16:17:17 +1000
  • a3446b8275 SPU: Implement ADSR Connor McLaughlin 2019-10-11 16:05:34 +1000
  • 3912e0e8d6 SPU: More implementation work Connor McLaughlin 2019-10-11 13:24:48 +1000
  • 135e282f8d common: Add sync-to-audio support Connor McLaughlin 2019-10-11 13:24:41 +1000