Stenzek
|
21b167d382
|
CDImage: Tidy up Open() method
|
2025-01-19 21:29:14 +10:00 |
|
Stenzek
|
6551358212
|
Log: Replace channel string search with bitset
Knocks off around ~20KB of code.
|
2024-10-31 14:41:33 +10:00 |
|
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.
|
2024-10-25 15:35:12 +10:00 |
|
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.
|
2024-09-21 22:26:06 +10:00 |
|
Stenzek
|
7f4e5d55db
|
Misc: Update copyright headers
|
2024-09-01 22:08:31 +10:00 |
|
Nik Chizhov
|
e4470a9929
|
fix: out-of-border access
|
2024-07-07 12:45:49 +10:00 |
|
Stenzek
|
4e922a34a7
|
Log: Simplify macros
|
2024-05-24 02:08:14 +10:00 |
|
Stenzek
|
b6d019db66
|
Misc: Replace log printf calls with fmt
|
2024-05-24 00:29:49 +10:00 |
|
Stenzek
|
c057e91825
|
CDImage: Open all image types as shared files
|
2024-05-17 14:42:37 +10:00 |
|
Stenzek
|
ca3cfbaa99
|
Misc: Pass string_view by value
|
2024-05-05 22:28:29 +10:00 |
|
Stenzek
|
8e9e855747
|
CDImageM3u: Fix forward slash entries on Windows
|
2024-04-18 20:38:35 +10:00 |
|
Stenzek
|
cce7be4723
|
Misc: Make struct member functions file-local
|
2023-11-18 16:46:11 +10:00 |
|
Stenzek
|
39f64a03ee
|
Common: Error/FileSystem backports
|
2023-08-20 12:40:47 +10:00 |
|
Connor McLaughlin
|
8c7a192128
|
Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
|
2022-12-04 21:03:49 +10:00 |
|
Connor McLaughlin
|
3a5bf6d29b
|
System: Move overlay checking to common
|
2022-08-27 16:52:24 +10:00 |
|
Connor McLaughlin
|
b7fbde31a7
|
Move utility classes from common to own static lib
|
2022-07-21 17:29:58 +10:00 |
|