Commit Graph

11888 Commits (v0.1-11391)
 

Author SHA1 Message Date
Stenzek cece5222cf
OpenGLDevice: Fix incorrect mipmap step in upload
Wasn't used so it didn't break anything...
5 months ago
Stenzek 690fcb674f
System: Log disc details when booting 5 months ago
Stenzek 6f405d9ee2
GPUDevice: Don't reserve unnecessary byte in stream buffer
Aligning up will only use an extra alignment - 1 bytes.
5 months ago
Stenzek 56f0756885
MetalDevice: Fix various issues
- Multiple render target format not set correctly.
- Incorrect source layer when copying textures.
- Incorrect compute sampler state setup if bound while in pass.
- Incorrect unbind if in compute pass.
- Incorrect index count for barrier draws.
- Incorrect clear colour.
5 months ago
Stenzek 9706df0296
D3D12Device: Use move in D3D12DownloadTexture destructor
Save AddRef()/Release().
5 months ago
Stenzek 414f9f64a4
D3D12Device: Fix incorrect subresource calculation 5 months ago
Stenzek 730c44fef5
D3D11Device: Fix a couple of incorrect log messages 5 months ago
Stenzek 86aabe307e
D3DCommon: Fix a bunch of copy/paste errors 5 months ago
Stenzek 4e963c1fb0
System: Add capture file name format options
Include game-specific subdirectories.
5 months ago
Stenzek fc9ce7fb2d
GPUDevice: Fix incorrect RG16/RG16F pixel size
Probably no practical effect, since it's only effectively used for VRAM
size calculations.
5 months ago
Stenzek 29ca1cbc83
GPUDevice: Fix incorrect log message 5 months ago
Stenzek bd6f998001
ISOReader: Fix incorrect timestamp calculation 5 months ago
Stenzek a9da0d86a3
Sockets: Fix various issues
- Incorrect WSAStartup() handling.
- Incorrect handling in EAGAIN case.
- Possible buffer overrun in WriteVector().
- Incorrect free slot tracking on non-Linux poll() path.
5 months ago
Stenzek 3ce975391e
PostProcessing/Slang: Add missing Original scale type handling 5 months ago
Stenzek 1c9b0a95bc
PostProcessing/Slang: Fix include depth not being tracked 5 months ago
Stenzek d5c22fc628
PostProcessing/FX: Fix PingPong state not being written back 5 months ago
Stenzek 1494c6b6f9
PostProcessing: Fix OOB write in ParseVector() 5 months ago
Stenzek 687059dda1
CDImageM3u: Simplify whitespace trimming 5 months ago
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