Commit Graph

1992 Commits (fa2fd8f84f6c4d77a356e79aa0478f8f923e4dd9)

Author SHA1 Message Date
Dolphin 91a6608118 mark some analog controller/joystick messages as translatable 4 years ago
Connor McLaughlin 1bb321c41f MDEC: Don't round when texture replacements are enabled
This changes texture hashes, and people got annoyed :/
4 years ago
Connor McLaughlin 928dd0e665 MDEC: Fix Linux compiling 4 years ago
Connor McLaughlin c2e15b0078 System: Fix toggling Show GPU Usage at runtime 4 years ago
Connor McLaughlin d65cbe42ae GPU: Truncate instead of rounding 24bpp->16bpp
Thanks to axetion for writing a test to confirm this is what the console
GPU indeed does.
4 years ago
Connor McLaughlin 1c8ef86f12 MDEC: Convert to namespace 4 years ago
Connor McLaughlin 3082fd55d7 Qt: Add output audio device selection 4 years ago
Connor McLaughlin 8ab46d0713 MDEC: Redo IDCT and conversion
RE2 backgrounds look better now (mainly due to the 24bpp->16bpp
conversion). Also implements signed output (untested).
4 years ago
Connor McLaughlin 1905ce3e01 CDROM: Don't prevent GetlocL after Init
Console apparently just returns whatever was in memory, even though it
seeked to the start. Fixes Meremanoid booting.
4 years ago
Connor McLaughlin e27f259bf8 System: Fix broken missing-SBI detection 4 years ago
Connor McLaughlin 7101b86d2f System: Don't unconditionally apply TTY enable patch
Fixes Intelligent Qube hang.
4 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
4 years ago
Connor McLaughlin 1ba877409f HostDisplay: Remove sleep logging
Accidentially left this in...
4 years ago
Connor McLaughlin f8cb480779 Timer: Improve SleepUntil() 4 years ago
Connor McLaughlin 7d3ac98cc6 HostDisplay: Manually throttle fullscreen UI presentation
Fixes flickering screen in fullscreen with Vulkan.
4 years ago
Connor McLaughlin eafa4fb1a3 HostDisplay: Simplify method naming
Match PCSX2.
4 years ago
Connor McLaughlin 71c558625e GPU/SW: Fix incorrect min/max in polylines
Thanks to FPGAzumSpass for catching.
4 years ago
Connor McLaughlin a6f5ac264e CDROM: Handle some edge cases
- Reel Fishing: Reads while an implicit seek is still going.
 - Transformers - Beast Wars: Needs a longer delay when it issues a
   ReadN after a SeekL and simulated position hits exactly.
4 years ago
Connor McLaughlin cf05037428 GPU: Fix GL shaders on Mesa with PGXP + uncorrected colours 4 years ago
Connor McLaughlin 201a671709 System: Fix dumping audio on boot 4 years ago
Connor McLaughlin 6db90e8116 BIOS: Add detection of OpenBIOS 4 years ago
Spencer Alves ffa120d4e2 Achievements: Fix building Qt frontend with achievements disabled 4 years ago
Connor McLaughlin a6a52b31ad Achievements: Add option to disable notifications 4 years ago
Connor McLaughlin 601e3586b2 CPU/CodeCache: Impove overflow handling 4 years ago
Connor McLaughlin 72dfbaf6cc Misc: Backports from PCSX2 UI 4 years ago
Connor McLaughlin f5b7311a45 Controllers: Make deadzone circular 4 years ago
Connor McLaughlin b6686b8239 System: Preserve controller type on core settings reset 4 years ago
Connor McLaughlin 11ba87059e HostDisplay: Remove parameters which get pulled from config
No point duplicating them.
4 years ago
Connor McLaughlin ccfe3925fc HostDisplay: Use border sampling for post processing shaders 4 years ago
Connor McLaughlin c9d13c028e CDROM: Debugger names for some commands 4 years ago
Connor McLaughlin adf41b9bbd D3D12HostDisplay: Implement post processing 4 years ago
Connor McLaughlin cc3fadba14 Qt: Move downsampling to enhancement settings 4 years ago
Connor McLaughlin 0709f92ac1 Misc: Cleanup/deduplicate from c9cba5e 4 years ago
Connor McLaughlin 5498ddfab7 RegTest: Port to new host abstractions 4 years ago
nobody 553d58052b Expose Display Host Aligment as a Setting in Ini 4 years ago
Connor McLaughlin e395a74832 Settings: Fix default values for achievements 4 years ago
Connor McLaughlin 4feb5ad548 Controller: Make InAnalogMode() virtual 4 years ago
Connor McLaughlin 3a3f571ecc Settings: Persist OSD options when resetting 4 years ago
Connor McLaughlin 1745d3e803 Settings: Don't allow both runahead and rewind 4 years ago
Connor McLaughlin 42768c3101 Achievements: Fix a few minor issues 4 years ago
Connor McLaughlin 550b4928c2 Achievements: Backports from PCSX2 4 years ago
Connor McLaughlin 10f98106dd Misc: Normalize code vs serial usage 4 years ago
Connor McLaughlin 5f6490f68b GPU/Vulkan: Fix downloads messing up later commands 4 years ago
Connor McLaughlin 587fbf6ca7 System: Disable auto analog mode when starting shell 4 years ago
Connor McLaughlin 8f39ad3555 GPU/OpenGL: Don't recreate context on sw switch when using GLES 4 years ago
Connor McLaughlin 106addf5a8 Qt: Fix shutdown and save state in fullscreen UI 4 years ago
Connor McLaughlin f25d7f6e09 Misc: Fix various warnings 4 years ago
Connor McLaughlin a9038133c8 HostDisplay: Common texture base class for all APIs 4 years ago
Connor McLaughlin 12d400b76a OpenGLHostDisplay: Replace GL ID handle with texture class 4 years ago
Connor McLaughlin 971bba07d6 GPU: Make perspective-correct color interpolation toggleable 4 years ago