Commit Graph

2816 Commits (2595e31575c17663707d6a64c867364b23a2a045)
 

Author SHA1 Message Date
Connor McLaughlin 2595e31575 GPU: Split software to frontend/backend 5 years ago
Connor McLaughlin 03d4f80883 GPU: Move enums/types into separate file 5 years ago
Connor McLaughlin d3d881aa6b GPU/Software: Reduce number of copies by one, enable 16-bit scanout 5 years ago
Connor McLaughlin beffbaee39 Common/Rectangle: Use memcpy for operator= 5 years ago
Connor McLaughlin dc53209565 Common/Event: Replace poll event with lock/condvar 5 years ago
Connor McLaughlin 9f3e8bed86 CPU: Add AArch32/armv7 recompiler 5 years ago
Connor McLaughlin 1128836826 CPU/Recompiler: Add GetValueInHostOrScratchRegister helper 5 years ago
Connor McLaughlin cdd0a5525a CPU/Recompiler: Reduce register pressure of lwl/lwr/swl/swr 5 years ago
Connor McLaughlin 6df5824616 CPU/Recompiler: Support targets where shifts aren't implicitly masked 5 years ago
Connor McLaughlin 053d7fdc4b CPU/Recompiler: Inhibit allocation in mtc0/rfe branches 5 years ago
Connor McLaughlin 028a5c60d7 Bus: Fix failed safe instruction reads raising guest exceptions 5 years ago
Connor McLaughlin 28c88cd69f Build: Fix Win32 compilation of core 5 years ago
Connor McLaughlin a29669432f Common/PageFaultHandler: Fix compiling on 32-bit Windows 5 years ago
Connor McLaughlin a03bca2f72 CPU: Make fastmem a compile-time feature (support 32-bit targets) 5 years ago
Connor McLaughlin dba42cf323 Common/CPUDetect: Use consistant naming for ARM targets 5 years ago
Connor McLaughlin 302b08023e dep/vixl: Fix building for AArch32 5 years ago
Connor McLaughlin 125d104df4 Pad: Fix controller state not being ignored in state load 5 years ago
Connor McLaughlin 53f81d067a CPU/CodeCache: Remove warning about executing uncompiled blocks 5 years ago
Connor McLaughlin 9c9e2bbe27 GL/ContextWGL: Check for ES2 context extension before creating 5 years ago
Connor McLaughlin aeee649700
Merge pull request #1089 from zkdpower/master
Update duckstation-qt_zh-cn.ts to latest
5 years ago
Connor McLaughlin 0f04763ef6
Merge pull request #1084 from andercard0/patch-30
Update Pt-Br
5 years ago
Connor McLaughlin 3185c5df0f
Merge pull request #1078 from CookiePLMonster/sdl-joystick-support
Add SDL_Joystick support
5 years ago
zkdpower ed8f6aefcf
Update duckstation-qt_zh-cn.ts to latest
Update duckstation-qt_zh-cn.ts to latest
5 years ago
Connor McLaughlin aa3ce14ef3
Update README.md 5 years ago
Anderson_Cardoso 957d40b011
Update Pt-Br
Translated 
- Main Window options
5 years ago
Connor McLaughlin 83db685376
Update rolling-release.yml 5 years ago
Connor McLaughlin 37adc9ff34 GameSettings: Don't force interpreter in Threads of Fate 5 years ago
Connor McLaughlin be2d52b908 GameSettings: Disable upscaling in Slam 'n Jam '96 featuring Magic & Kareem (USA) 5 years ago
Connor McLaughlin 3f2a9cedbe Qt: Add screenshot to System menu 5 years ago
Connor McLaughlin 46b97dd4a8 Qt: Hook up window size menu 5 years ago
Connor McLaughlin e4d2b7331b CommonHostInterface: Add resize window to scale functions 5 years ago
Connor McLaughlin 0726ad1275 GPU: Flush partial VRAM writes to backend VRAM 5 years ago
Connor McLaughlin 9e11e5c354 CPU: Make zero register printing consistent with the others 5 years ago
Connor McLaughlin 042bdd9c0c CPU/CodeCache: Fetch second delay slot from first branch for double branches 5 years ago
Connor McLaughlin 3890a539ee CDROM: Clear data FIFO on reset
Fixes Snatcher booting.
5 years ago
Connor McLaughlin bc98b2470c
Merge pull request #1081 from zkdpower/master
Update duckstation-qt_zh-cn.ts to latest
5 years ago
Connor McLaughlin 66e656da79
Merge pull request #1079 from andercard0/patch-29
Update Portuguese Brazilian Translation
5 years ago
zkdpower 04309754a5
Update duckstation-qt_zh-cn.ts to latest
Update duckstation-qt_zh-cn.ts to latest
5 years ago
Anderson_Cardoso bdac8ffcde
Update Pt-Br
Translated
 
- New Controller type;
- Analog Controller;
5 years ago
Connor McLaughlin 71eb578db1 Update compatibility settings/list 5 years ago
Silent 086f251370
Tidy up SDL controller methods interface 5 years ago
Silent 2880b71b48
Support for SDL Joysticks
This enables use of non-controller peripherals,
such as DirectInput steering wheels or flight sticks
5 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.
5 years ago
Connor McLaughlin df12f08ac3 DMA: Add additional tick penalty to DMA chains for page change 5 years ago
Connor McLaughlin 6a2deb6d71
Merge pull request #1072 from ggrtk/analog-joystick
Controller: Add Analog Joystick support
5 years ago
Connor McLaughlin 2c6454972f
Merge pull request #1075 from andercard0/patch-28
Update Pt-Br translation (Fixes)
5 years ago
Silent 99ec667b20
Factorize input hooks into reusable monitor classes
Those monitors will need some context so this will be useful
in the nearby future.
5 years ago
Anderson_Cardoso a0c63705ef
Update Pt-Br translation (Fixes)
Nothing special just fixes.
5 years ago
Albert Liu 7ed0477a29 AnalogController: Save buttons and legacy rumble to state 5 years ago
Albert Liu 81a638cabb Pad: Fix loading controllers from save states 5 years ago