Commit Graph

31 Commits (5420d699e2ef0b72f96ca3647fa8177b84976a27)

Author SHA1 Message Date
Stenzek c776dee9ed
CDImage: Replace filename identifier with path
Consistency.
1 month ago
Stenzek 4a24d29305
CDImageDevice: Fix incorrectly formatted log messages 5 months ago
Stenzek 1b2bcfd4ce
Common: Move BCD helpers into separate file
Saves a few unnecessary includes.
8 months ago
Stenzek 34484d4f96
CDImageDevice: Fix compiling in Unicode mode 11 months ago
Stenzek 97c49a9e36
CDImageDevice: Use g_settings for ignore host subcode 12 months ago
Stenzek a390797213
Data: Add new PromptFont glyphs 1 year ago
Stenzek aa2a0cddb5
Data: Update SDL game controller database 1 year ago
Stenzek f8b8963776
CDImageDevice: Fix possible invalid optional access 1 year ago
Stenzek 21b167d382
CDImage: Tidy up Open() method 2 years ago
Stenzek 6551358212
Log: Replace channel string search with bitset
Knocks off around ~20KB of code.
2 years ago
Stenzek 080807e557
CDROM: Move subchannel replacement from CDImage
This will allow you to use SBI/LSD files with real discs, if your
drive does not support reading subchannels, or has an incorrect
skew.
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 6d0f92d4fb
dep/fmt: Bump to v11.0.2 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
Stenzek be0b86cef2
CDImageDevice: Implement disc reading for MacOS 2 years ago
Stenzek 295081fe62
Misc: Replace offsetof with constexpr-friendly OFFSETOF
Fixes build with clang-18.
2 years ago
Stenzek 3e8dd2c374
CDImageDevice: Fix reading of pure audio CDs 3 years ago
Stenzek 084a76afa0
CDImageDevice: Verify MSF of SUBQ before use 3 years ago
Stenzek 9e26622a12
CDImageDevice: Implement disc reading for Linux
And fix it for Windows. SubQ reading should now work.
3 years ago
Stenzek 710698f7e1
Misc: Remove StringUtil::{Starts,Ends}With, use C++20 3 years ago
Stenzek cce7be4723
Misc: Make struct member functions file-local 3 years ago
Stenzek e739c114a4
CDImageCHD: Support reading subchannel from CHD 3 years ago
Stenzek c1e6616e5f Misc: Warning fixes 3 years ago
Stenzek 80e3d29ab8 Misc: clang-cl warning clean-up 3 years ago
Stenzek 39f64a03ee Common: Error/FileSystem backports 3 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 7bbacd2392 Misc: Remove unused code 4 years ago
Connor McLaughlin 477bb3d554 Misc: Clean up a few warnings 4 years ago
Connor McLaughlin b7fbde31a7 Move utility classes from common to own static lib 4 years ago