Commit Graph

11670 Commits (4e1cdd5d8b7e1f0f8ef6750b024ec97385ea2341)
 

Author SHA1 Message Date
Stenzek 4e1cdd5d8b
CDImageCue: Fix inconsistent size in ECMTrackFileInterface::Read() 5 months ago
Stenzek 4a24d29305
CDImageDevice: Fix incorrectly formatted log messages 5 months ago
Stenzek 32f816304e
CDImageMDS: Fix use of 32-bit fseek() 5 months ago
Stenzek efc623c989
CDImagePBP: Fix error propagation in SwitchSubImage() 5 months ago
Stenzek 08015f192e
CDImagePPF: Fix possible integer underflow in short files 5 months ago
Stenzek 21f6835553
CDImagePPF: Fix possible overpatching on spanning sectors 5 months ago
Stenzek ccfa0f493f
System: Remove a couple of redundant comparisons 5 months ago
Stenzek 66702bc71b
System: Fix some incorrect error messages 5 months ago
Stenzek 40b68939e5
System: Fix video capture args being read incorrectly
Ugh copy/paste errors.
5 months ago
Stenzek 385ee9d30e
GameDatabase: Add missing flush check for SaveToCache() 5 months ago
Stenzek 3d43cfa426
GameDatabase: Fix setting wrong settings object 5 months ago
Stenzek 9a440652b0
GameDatabase: Fix incorrect log messages 5 months ago
Stenzek 7b802e6b83
GameList: Fix incorrect constants in played time parsing 5 months ago
Stenzek cac0eac05b
GameList: Remove unused function 5 months ago
Stenzek 692e7ce031
WAVReader: Fix non-s16 handling in SeekToFrame() 5 months ago
Stenzek f40a3c85f7
SDLAudioStream: Fix inconsistent start API usage 5 months ago
Stenzek 274d87ef17
CubebAudioStream: Fix a few logging errors 5 months ago
Stenzek 17bea47190
AudioStream: Fix backend names not being translated on lookup 5 months ago
Stenzek c9c76453aa
InterruptController: Fix incorrect branch hint 5 months ago
Stenzek da7a2ccbd4
PlayStationMouse: Fix X sensitivity being used for Y
Yay copy-paste fails.
5 months ago
Stenzek 16ceae8bc9
Justifier: Last byte shouldn't ACK 5 months ago
Stenzek 66ddcae05f
Justifier: Remove unused function 5 months ago
Stenzek 63f5a6a5bc
SoundEffectManager: Fix buffer overallocation in upmix/shift path 5 months ago
Stenzek da339e4776
MemoryScanner: Set changed flag in RemoveEntryByDescription() 5 months ago
Stenzek 2d4259e174
ImGuiOverlays: Fix incorrect frame time calculation 5 months ago
Stenzek fa38d4f3fb
ImGuiOverlays: Fix incorrect capture box height 5 months ago
Stenzek 3535455f43
ImGuiOverlays: Remove unused macro 5 months ago
Stenzek 2c1894709d
VideoThread: Fix incorrect command size
But this has no effect since it's on the stack.
5 months ago
Stenzek cc662e69b4
VideoThread: Fix dead code in VideoThreadEntryPoint() 5 months ago
Stenzek 0016ef0e78
VideoPresenter: Fix incorrect changed flag when reloading overlay 5 months ago
Stenzek d80c5b9c32
VideoPresenter: Fix incorrect UVs for Rotate180 case
Was flipping instead of rotating.
5 months ago
Stenzek ebe6af96c3
GTE: INTPL should be 8 cycles 5 months ago
Stenzek 2734a1bf17
Bus: Fix incorrect write mask for EXP1/EXP2 base 5 months ago
Stenzek 077f23450e
Bus: Fix error propagation in InjectExecutable() 5 months ago
Stenzek 0eb8db8d2f
Bus: Fix incorrect region pointer for RAMMirror3 5 months ago
Stenzek 8601189dfb
Bus: Fix incorrect logging of EXP1 memory timing 5 months ago
Stenzek 03a61b7ce2
Timers: Fix repeated IRQs possibly scheduling late 5 months ago
Stenzek 6bd6a8d12e
Timers: Interrupt request should be cleared after mode write 5 months ago
Stenzek d85dcdb5f6
MemoryCard: Fix incorrect state/ack at end of ID read 5 months ago
Stenzek bde74c54d1
MemoryCard: Fix incorrect output byte at end of write 5 months ago
Stenzek 0b4b9a102d
MemoryCard: Fix incorrect ACK at end of read 5 months ago
Stenzek 0c41d81314
SPU: Fix incorrect DMA overread handling 5 months ago
Stenzek acb546b87c
SPU: Fix inverted volume level in voice register read 5 months ago
Stenzek ba7b5cdef5
SPU: Fix a couple of log and debug window fields 5 months ago
Stenzek 50b545c369
Pad: Fix device_index with multitap 2 active
Shouldn't actually change anything since it's overwritten below.
5 months ago
Stenzek 4780bfa356
Pad: Fix incorrect log message 5 months ago
Stenzek cfcfd8f864
CPU/Recompiler: Various minor error fixes
Incorrect speculative results, redundant comparisons, and incorrect
far->near jump on ARM32.
5 months ago
Stenzek 5823a01039
MDEC: Fix incorrect halfword tracking for some commands 5 months ago
Stenzek ac7aa0d9f6
GPU: Fix incorrect debug log message 5 months ago
Stenzek 566ef446d8
DMA: Fix DICR register write mask 5 months ago