Commit Graph

5657 Commits (28363af3ff97d83bc3fd2fd84c9bacc255b09b9c)
 

Author SHA1 Message Date
Connor McLaughlin 2b419fcb08 Frontend: Add frame step hotkey (SPACE)/menu item 5 years ago
Connor McLaughlin 21f555cf8f Frontend: Add pause support 5 years ago
Connor McLaughlin 4e6596adfb GPU: Update display after loading state
Fixes black frame after switching renderers.
5 years ago
Connor McLaughlin 5f0980c684 dep: Update imgui 5 years ago
Connor McLaughlin b1d3ba3d68 GPU: Remove unused resolution fields in CRTC 5 years ago
Connor McLaughlin 6bbf5b70bb CDROM: More refactoring, playing -> header valid bit changes 5 years ago
Connor McLaughlin dd4b9609b5 CDROM: Increase ack timing 5 years ago
Connor McLaughlin 0092cb1016 Pad: Set up memory cards via settings 5 years ago
Connor McLaughlin 739ada4721 CDROM: Send pre-pause/seek/read stat for commands 5 years ago
Connor McLaughlin 83b67b3c4c Frontend: Clear focus after loading/saving state 5 years ago
Connor McLaughlin 4181b8c6b5 CDROM: Fix XA sectors overwriting unfetched data sectors 5 years ago
Connor McLaughlin 273d807e31 Common: Add HeapArray class 5 years ago
Connor McLaughlin 41574d92e8 Build: Enable conformance mode 5 years ago
Connor McLaughlin e99f0a4acf Pad: Use baud rate for transfer delay 5 years ago
Connor McLaughlin 4283fa7f74 CDROM: Tweak timings / add missing status update 5 years ago
Connor McLaughlin f22de715c7 Frontend: Hook up right stick button to main menu bar 5 years ago
Connor McLaughlin f314a26eee Handle controller inputs in ImGui 5 years ago
Connor McLaughlin f538123210 Frontend: Use imgui functions for handling SDL events 5 years ago
Connor McLaughlin 0d71ebccc8 Frontend: Add display linear filtering option 5 years ago
Connor McLaughlin f9e964e34d CDImage: Relational operators for Position 5 years ago
Connor McLaughlin 88eec0a56b GPU: Fix internal resolution options not displaying 5 years ago
Connor McLaughlin 62f6a5597e CDROM: Don't crash emulator when interrupts are missed 5 years ago
Connor McLaughlin b0c492fd43 DigitalController: Fix broken input due to 0x01 handling
Fixes THPS among others.
5 years ago
Connor McLaughlin 3b32053065 Build: Disable LTCG in Release builds 5 years ago
Connor McLaughlin 99663d119c CDROM: Refactoring seek/read to support timing 5 years ago
Connor McLaughlin b4f2bf4d3c CDROM: Deliver data interrupt asynchronously
Prevents FMVs locking up when a command is being executed during a
sector read.
5 years ago
Connor McLaughlin 27674c2dc9 FIFOQueue: Support copying from another queue (pop -> push) 5 years ago
Connor McLaughlin 3ded9d46c1 CDROM: Combine stat pushing/ack interrupt 5 years ago
Connor McLaughlin bedc305b64 CPU: Inline instruction accessor functions 5 years ago
Connor McLaughlin 1adb1d14ae Build: Enable inlining for __inline functions in DebugFast 5 years ago
Connor McLaughlin c7a7d682bc Common: Force inlining of BitField/SignExtend/ZeroExtend functions 5 years ago
Connor McLaughlin a9e0fe6db2 cpu: Remove superfluous logging for syscall 5 years ago
Connor McLaughlin 2500f9d3af Build: Disable LTCG on common project in Release 5 years ago
Connor McLaughlin 2b137190c8 Frontend: Fix occasional power-off crash 5 years ago
Connor McLaughlin ed6d0e34de MDEC: Fix broken stats window 5 years ago
Connor McLaughlin 540e942a46 Add basic software GPU renderer 5 years ago
Connor McLaughlin 9b56499afa Refactoring settings/support changing GPU renderer at runtime 5 years ago
Connor McLaughlin ca48b21ffc StateWrapper: Support switching modes 5 years ago
Connor McLaughlin e98d109da2 Frontend: Support game controllers 5 years ago
Connor McLaughlin 2d0dd03705 GPU: Implement weave deinterlacing 5 years ago
Connor McLaughlin 87f9f99938 Frontend: Extract keyboard handling to seperate function 5 years ago
Connor McLaughlin 3db77a3139 SPU: Handle IRQ address register (fixes FF8 intro FMV) 5 years ago
Connor McLaughlin c048679044 GPU: Don't create explicit framebuffers 5 years ago
Connor McLaughlin 9410685807 Common: Optionally create framebuffer with GL textures 5 years ago
Connor McLaughlin c97089b775 Frontend: Fix Help menu placement when running 5 years ago
Connor McLaughlin a76ec6fc19 Compile fixes for GCC 5 years ago
Connor McLaughlin dc7b72b156 Frontend: Support vsync for speed limiter 5 years ago
Connor McLaughlin e0173cbb4d Frontend: Popup menu for load state in powered-off state 5 years ago
Connor McLaughlin 6c73dc6efb Frontend: Support loading state while powered off 5 years ago
Connor McLaughlin 1b8b730f85 GPU: Compute display aspect ratio based on visible area 5 years ago