Commit Graph

11786 Commits (ccce159d0364809a21406beb47c515b768c4d7e6)
 

Author SHA1 Message Date
Stenzek 0b6d41e634
Achievements: Don't defer badge prefetch on game load
No longer needed since I'm counting requests.
2 months ago
Stenzek 70c6d5a1d7
VideoThread: Move private functions into own file 2 months ago
Stenzek 678b6101e7
System: Move more core functionality out of file
This file got way too large and has too much unrelated stuff.
2 months ago
Stenzek cc1775f0be
System: Move Discord presence into its own file 2 months ago
Stenzek 71dafa7198
System: Move socket multiplexer into GDBServer
That's the only place it's used now.
2 months ago
Stenzek 85c0b4eff1
System: Move gamescope screensaver hack to QtHost 2 months ago
Stenzek 153fa1d235
Core: Get rid of base settings layer overrides
Not needed for Android since that will eventually use a different
mechanism.
3 months ago
Stenzek 28297a3aec
VideoThread: Pass clamped dimensions to thread 3 months ago
Stenzek 242b4b8146
FullscreenUI: Fix files showing in directory selector 3 months ago
Stenzek c1d24b4e9c
dep/cubeb: Bump to a37dadd 3 months ago
Stenzek dea0480166
AudioStream: Reintroduce XAudio2 backend
With device selection/lower latency this time.
3 months ago
Stenzek 5d92da522b
TimingEvents: Remove ticks_late parameter
Since we run events incrementally, it will never be "late" from the
handler's perspective. This has been the case for some time now.
3 months ago
Stenzek 53c4176a17
CPU/CodeCache: Don't skip filling backprop for first instruction 3 months ago
Stenzek 12989d2bca
VideoThread: Use thread instead of handle
Reduces duplication.
3 months ago
crashGG 120d049588
Modern Lossless Dynamic Quantization Scanline Shader (#3731)
Update scanline-modern-ex.fx
3 months ago
Stenzek abf3b8cc0f
CPU/CodeCache: Move JIT write protect out of MemMap
Gets rid of the TLS variable, and lazily enables it.

Fixes crash on Apple Silicon, regression from
5de2b77d04.
3 months ago
Stenzek f9254e23f0
CPU/CodeCache: Pack state in struct 3 months ago
Stenzek df64109df6
TimingEvents: Fix overzealous assertion 3 months ago
Arif Ahmadov 6c63902866
Fix translation errors (AZ) (#3730)
* Change Azerbaijani translation entry to 'Azərbaycanca'

* Translation Update (AZ)

* Add Azerbaijani contributor bilginGamer

* Fix Translation (AZ)
3 months ago
Stenzek 59b4fb84a4
GDBServer: Send SIGTRAP on system pause 3 months ago
Stenzek 091d1b6259
GDBServer: Fix double ack after single step 3 months ago
Stenzek dd25610e3b
GDBServer: Fix incorrect hex decode in $M handler 3 months ago
Stenzek 89560f81d4
GDBServer: Fix incorrect shift in $G handler 3 months ago
Stenzek 23c94c5bdc
TimingEvent: Add missing current_event check in SortEvent() 3 months ago
Stenzek 0a816b6576
CPU/CodeCache: Fix blocks ending up perpetually in interpreter fallback
Only would have triggered with rewind/runahead.
3 months ago
Stenzek 2af1cd6409
CPU/CodeCache: lwc2/swc2 should not read rt in backprop 3 months ago
Stenzek 5de2b77d04
CPU/CodeCache: Fix redundant begin/end code write 3 months ago
Stenzek 0995654dbc
Qt: Add null pointer check to hotkey setFilter() 3 months ago
Stenzek 387d8b378d
Qt: Remove redundant setNewBinding() in effect binding 3 months ago
Stenzek 182c87d76a
Qt: Add missing master enable update in cheat settings 3 months ago
Stenzek 00c956f4a0
Qt: Fix incorrect settings save after automap 3 months ago
Stenzek 30583b4440
Qt: Fix incorrect read in texture replacement settings export 3 months ago
Stenzek 4ae89e2944
Qt: Fix reading from UI thread in computeImageHash() 3 months ago
Stenzek d326c8bc75
Qt: Fix incorrect signal block in game summary 3 months ago
Stenzek ecc1fe260e
Qt: Fix a couple of incorrect config keys in reset path 3 months ago
Stenzek 41a939f343
Qt: Fix resize-loading case for getCoverForEntry() 3 months ago
Stenzek d2e94217c7
Qt: Fix config binding of audio capture extra args 3 months ago
Stenzek d3edaf50e3
FullscreenUI: Use insert_or_assign() in SetCoverCacheEntry() 3 months ago
Stenzek 2b100621ab
FullscreenUI: Fix possible RemoveHook() call on wrong thread 3 months ago
Stenzek 22378bd9c2
FullscreenUI: Add fade transition to file selector 3 months ago
Stenzek 0e3c4714db
FullscreenUI: Fix file dialog without filter set 3 months ago
Stenzek 2a85f67341
FullscreenUI: Fix possible OOB on bad config 3 months ago
Stenzek 0f51249967
Achievements: Fix null pointer check in BeginRefreshHashDatabase() 3 months ago
Stenzek a4904ddb08
VulkanDevice: Add missing swap of m_allocation 3 months ago
Stenzek f0b6ea978d
VulkanDevice: Fix incorrect pointer alignment check
Resulted in redundant shader binary copies.
3 months ago
Stenzek 2ac48161fb
OpenGLTexture: Fix a couple of incorrect format mappings 3 months ago
Stenzek d940fb391d
OpenGLDevice: Fix incorrect DSB binding without binding layout 3 months ago
Stenzek 49eb1ab232
OpenGLDevice: Fix off-by-one in Map() range check 3 months ago
Stenzek cece5222cf
OpenGLDevice: Fix incorrect mipmap step in upload
Wasn't used so it didn't break anything...
3 months ago
Stenzek 690fcb674f
System: Log disc details when booting 3 months ago