Commit Graph

2972 Commits (50273899c66a998475fd2c7154349e203a57a9b9)
 

Author SHA1 Message Date
Connor McLaughlin 131dc923ed Build: Fix CMake build 4 years ago
Connor McLaughlin cb407263ea XInputControllerInterface: Fix device connected spam 4 years ago
Connor McLaughlin c375d04bad Frontends: Add .iso to open disc filter 4 years ago
Connor McLaughlin 402532b8a5 GameSettings: Force PGXP mode for Spyro trilogy 4 years ago
Connor McLaughlin b554c133ea GPU/OpenGL: Add a version check and display message when unsupported 4 years ago
Connor McLaughlin 7f058169b9 OpenGLHostDisplay: Add a GLES2 render path 4 years ago
Connor McLaughlin 2595e31575 GPU: Split software to frontend/backend 4 years ago
Connor McLaughlin 03d4f80883 GPU: Move enums/types into separate file 4 years ago
Connor McLaughlin d3d881aa6b GPU/Software: Reduce number of copies by one, enable 16-bit scanout 4 years ago
Connor McLaughlin beffbaee39 Common/Rectangle: Use memcpy for operator= 4 years ago
Connor McLaughlin dc53209565 Common/Event: Replace poll event with lock/condvar 4 years ago
Connor McLaughlin 9f3e8bed86 CPU: Add AArch32/armv7 recompiler 4 years ago
Connor McLaughlin 1128836826 CPU/Recompiler: Add GetValueInHostOrScratchRegister helper 4 years ago
Connor McLaughlin cdd0a5525a CPU/Recompiler: Reduce register pressure of lwl/lwr/swl/swr 4 years ago
Connor McLaughlin 6df5824616 CPU/Recompiler: Support targets where shifts aren't implicitly masked 4 years ago
Connor McLaughlin 053d7fdc4b CPU/Recompiler: Inhibit allocation in mtc0/rfe branches 4 years ago
Connor McLaughlin 028a5c60d7 Bus: Fix failed safe instruction reads raising guest exceptions 4 years ago
Connor McLaughlin 28c88cd69f Build: Fix Win32 compilation of core 4 years ago
Connor McLaughlin a29669432f Common/PageFaultHandler: Fix compiling on 32-bit Windows 4 years ago
Connor McLaughlin a03bca2f72 CPU: Make fastmem a compile-time feature (support 32-bit targets) 4 years ago
Connor McLaughlin dba42cf323 Common/CPUDetect: Use consistant naming for ARM targets 4 years ago
Connor McLaughlin 302b08023e dep/vixl: Fix building for AArch32 4 years ago
Connor McLaughlin 125d104df4 Pad: Fix controller state not being ignored in state load 4 years ago
Connor McLaughlin 53f81d067a CPU/CodeCache: Remove warning about executing uncompiled blocks 4 years ago
Connor McLaughlin 9c9e2bbe27 GL/ContextWGL: Check for ES2 context extension before creating 4 years ago
Connor McLaughlin aeee649700
Merge pull request #1089 from zkdpower/master
Update duckstation-qt_zh-cn.ts to latest
4 years ago
Connor McLaughlin 0f04763ef6
Merge pull request #1084 from andercard0/patch-30
Update Pt-Br
4 years ago
Connor McLaughlin 3185c5df0f
Merge pull request #1078 from CookiePLMonster/sdl-joystick-support
Add SDL_Joystick support
4 years ago
zkdpower ed8f6aefcf
Update duckstation-qt_zh-cn.ts to latest
Update duckstation-qt_zh-cn.ts to latest
4 years ago
Connor McLaughlin aa3ce14ef3
Update README.md 4 years ago
Anderson_Cardoso 957d40b011
Update Pt-Br
Translated 
- Main Window options
4 years ago
Connor McLaughlin 83db685376
Update rolling-release.yml 4 years ago
Connor McLaughlin 37adc9ff34 GameSettings: Don't force interpreter in Threads of Fate 4 years ago
Connor McLaughlin be2d52b908 GameSettings: Disable upscaling in Slam 'n Jam '96 featuring Magic & Kareem (USA) 4 years ago
Connor McLaughlin 3f2a9cedbe Qt: Add screenshot to System menu 4 years ago
Connor McLaughlin 46b97dd4a8 Qt: Hook up window size menu 4 years ago
Connor McLaughlin e4d2b7331b CommonHostInterface: Add resize window to scale functions 4 years ago
Connor McLaughlin 0726ad1275 GPU: Flush partial VRAM writes to backend VRAM 4 years ago
Connor McLaughlin 9e11e5c354 CPU: Make zero register printing consistent with the others 4 years ago
Connor McLaughlin 042bdd9c0c CPU/CodeCache: Fetch second delay slot from first branch for double branches 4 years ago
Connor McLaughlin 3890a539ee CDROM: Clear data FIFO on reset
Fixes Snatcher booting.
4 years ago
Connor McLaughlin bc98b2470c
Merge pull request #1081 from zkdpower/master
Update duckstation-qt_zh-cn.ts to latest
4 years ago
Connor McLaughlin 66e656da79
Merge pull request #1079 from andercard0/patch-29
Update Portuguese Brazilian Translation
4 years ago
zkdpower 04309754a5
Update duckstation-qt_zh-cn.ts to latest
Update duckstation-qt_zh-cn.ts to latest
4 years ago
Anderson_Cardoso bdac8ffcde
Update Pt-Br
Translated
 
- New Controller type;
- Analog Controller;
4 years ago
Connor McLaughlin 71eb578db1 Update compatibility settings/list 4 years ago
Silent 086f251370
Tidy up SDL controller methods interface 4 years ago
Silent 2880b71b48
Support for SDL Joysticks
This enables use of non-controller peripherals,
such as DirectInput steering wheels or flight sticks
4 years ago
Connor McLaughlin 473cfffa0c GPU: Only accept DMA writes when FIFO is empty or command incomplete
Fixes a bunch of games, including Red Asphalt, Little Princess, Vampire
Hunter D main menu when combined with tight DMA sync.
4 years ago
Connor McLaughlin df12f08ac3 DMA: Add additional tick penalty to DMA chains for page change 4 years ago