Henrik Rydgård
|
e3177ac870
|
Make some global string pointers const, not just the strings.
Minor cleanup.
|
2023-12-29 14:09:45 +01:00 |
|
Henrik Rydgård
|
7d114eb29b
|
Remote ISO: Add working support for streaming CHD files over the network
|
2023-12-29 13:34:22 +01:00 |
|
Henrik Rydgård
|
a416d94e38
|
CHD over http wasn't actually working, disable again until it can be fixed
|
2023-12-29 12:19:06 +01:00 |
|
Herman Semenov
|
2a31f8c6c0
|
[Common/Core/HLE] Object out of scope optimization for better codegeneration (lower level scope)
|
2023-12-20 12:33:56 +03:00 |
|
Herman Semenov
|
b871e76d05
|
[Core/Debugger/FileLoaders/FileSystems/MIPS] Using reserve if possible
|
2023-12-15 13:59:19 +03:00 |
|
Herman Semenov
|
af41281761
|
[Core/Dialog/ELF/FileSystems/HLE/HW/Util] Added const reference for function params
|
2023-12-14 14:22:24 +03:00 |
|
Henrik Rydgård
|
5a972be7ef
|
Fix the display of uncompressed size of things that aren't ISO and CSO
|
2023-12-02 23:41:20 +01:00 |
|
sum2012
|
d0fced8ef1
|
Update Directory for DJmax
|
2023-11-22 21:33:18 +08:00 |
|
Henrik Rydgård
|
93c0ef68b6
|
Add progress bar to CRC calculation
|
2023-10-28 06:50:57 -05:00 |
|
Henrik Rydgård
|
87ddb3f3b1
|
Add easy way to verify games against the Redump database, supplied as CSV.
|
2023-10-23 19:11:01 -05:00 |
|
Henrik Rydgård
|
bb33a43d54
|
Remove superfluous chd_read_header (until we add parent/child chd support)
|
2023-09-29 11:05:48 +02:00 |
|
Henrik Rydgård
|
64d92c9aa0
|
Use OpenCFile, for future Android compatibility for chd
|
2023-09-29 10:16:45 +02:00 |
|
Henrik Rydgård
|
ade64171ce
|
Proof-of-concept: libchdr works on Windows
|
2023-09-29 10:05:19 +02:00 |
|
Henrik Rydgård
|
546f9d7743
|
Some cleanups and fixes to obscure crashes
|
2023-09-24 13:05:25 +02:00 |
|
Henrik Rydgård
|
1025bbcf89
|
Log level/type: Use enum class instead of the awkward namespace trick.
Just a small cleanup I've wanted to do for a long time.
|
2023-08-25 11:48:59 +02:00 |
|
Henrik Rydgård
|
63144340f5
|
First-boot memstick screen: Attempt to fix some logic holes
This handles some cases better that I don't really see how they can
happen, but who knows. Intended to help #17683
|
2023-07-12 11:29:24 +02:00 |
|
Henrik Rydgård
|
a920b6100c
|
Improve logging about corrupt ISOs
|
2023-07-12 10:22:53 +02:00 |
|
Henrik Rydgård
|
eb21a2e6c9
|
Break out the OSD data holder from Common/System/System.h, into OSD.cpp/h
|
2023-06-30 17:15:49 +02:00 |
|
Henrik Rydgård
|
266b85d22d
|
Support for extra text in OSD messages (drawn smaller, on darker background)
|
2023-06-21 01:16:25 +02:00 |
|
Henrik Rydgård
|
7cc8c6cea4
|
OSD: Add semantics, move the the OSD state to common (while keeping the renderer in the UI).
|
2023-06-20 14:40:46 +02:00 |
|
Henrik Rydgård
|
c5e0dafa44
|
Fix "double delay" error in sceNpDrmEdataSetupKey
|
2023-05-25 10:02:52 +02:00 |
|
Henrik Rydgård
|
923442ed4c
|
Make the DJ Max workaround more aggressive about hiding stuff.
May help #17463
|
2023-05-16 18:24:59 +02:00 |
|
Henrik Rydgård
|
942021e5cd
|
VirtualDiscFileSystem: Fix out-of-range array read in fileList
|
2023-05-04 23:47:46 +02:00 |
|
psykose
|
ea0d5a2abc
|
FileSystem: add missing <cstdint> header
needed for sized intXX_t types, fixes the build against gcc13
|
2023-05-01 04:26:42 +02:00 |
|
Henrik Rydgård
|
ee6234ecb6
|
I18N: Switch to getting categories by index instead of by string lookup
Also gets rid of the shared_ptr usage, and generally makes things nicer.
Needed for later config refactorings, good to get in early.
|
2023-04-07 10:35:01 +02:00 |
|