Commit Graph

18 Commits (c20a5c75246c576d8824c08602d20e070444e75f)

Author SHA1 Message Date
Stenzek 548887449e
Misc: Eliminate usage of modal progress callback functions
Too error-prone, nested event loops are nasty. Error pattern is better.
10 months ago
Davide Pesavento 70225f8345 Always use CTAD with std::unique_lock 1 year ago
Stenzek aafc029682
Misc: Un-namespace Timer 2 years ago
Stenzek 7782bb9845
CDROM: Fix lockup when loading state with precaching 2 years ago
Stenzek 3dca598063
Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are
horribly slow, and conflict when one is a prefix of another.
2 years ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 2 years ago
Stenzek 4e922a34a7
Log: Simplify macros 2 years ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 2 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 a1edddc59d CDROM: Revamp/improve preload image procedure 4 years ago
Connor McLaughlin c2c204c845 CDROM: Fix async readahead causing lockups in some games 5 years ago
Connor McLaughlin a32ef4a963 CDROMAsyncReader: Support reading ahead more sectors 5 years ago
Connor McLaughlin 56c08254c9 CDImage: Fix incorrect index returned for track-relative 00:02:00
Fixes some voice lines being very briefly cut off in Tomb Raider.
5 years ago
Connor McLaughlin 93528db388 System: Use existing CD media when loading state where possible 6 years ago
Connor McLaughlin eab70546c8 CDROMAsyncReader: Only log warning when waiting time exceeds 1ms 6 years ago
Connor McLaughlin 998ec85b16 CDROM: Log slow sector reads in Release builds too 6 years ago
Connor McLaughlin 5d46556b7d CDROM: Update position while seeking for GetlocP
Fixes track selection in WipEout.
6 years ago
Connor McLaughlin 959a555274 CDROM: Implement asynchronous disc reading 7 years ago