2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 23:11:20 +00:00

17 Commits

Author SHA1 Message Date
Lioncash
1d0151ccbc General: Make use of lock deduction guides 2020-04-20 00:38:10 -04:00
61e656e732 CDvdFile: Remove const from auto type for MSVC 2020-04-17 15:01:31 -04:00
36bbc5004f CDvdFile: Use auto for string_view::begin 2020-04-17 14:52:25 -04:00
52b4db2f00
Integrate URDEVersionInfo 2020-04-15 06:42:44 -07:00
Lioncash
221cc5c6b8 RuntimeCommonB: Normalize cpp file includes
Like the prior changes normalizing the inclusions within headers, this
tackles the cpp files of the RuntimeCommonB target, making these source
files consistent with their headers.
2019-12-22 18:12:04 -05:00
Lioncash
2059535b55 RuntimeCommonB: Use the override specifier where applicable
Applies the override keyword where applicable to indicate visually where
member function overriding is occurring. This only targets
the RuntimeCommonB target as a starting point, which resolves around
900+ cases where the keyword could be used.
2019-08-09 09:13:26 -04:00
Jack Andersen
2f963b9ce3 Various bug fixes 2019-03-08 22:58:27 -10:00
Jack Andersen
636c82a568 New code style refactor 2018-12-07 19:30:43 -10:00
Jack Andersen
56a5cfd115 Fix TSan-reported race conditions 2018-06-01 14:03:31 -10:00
Jack Andersen
3522d757fc Add -l flag to enable logging 2017-11-18 21:10:54 -10:00
Jack Andersen
bb10aa9844 CResFactory bug fixes 2017-10-27 21:08:48 -10:00
Jack Andersen
3cc93ffd75 DSP streaming bug fixes 2017-01-18 10:57:48 -10:00
Jack Andersen
56b24c39f0 Ensure directories are created late in extract 2017-01-16 15:23:19 -10:00
Jack Andersen
01c31b4fc5 Initial CStreamAudioManager implementation 2017-01-15 22:40:33 -10:00
Jack Andersen
c3bf6ec5cc Implement CStaticAudioPlayer 2016-12-13 15:10:17 -10:00
Jack Andersen
bba30a25bf Working CMoviePlayer (video only for now) 2016-03-07 12:48:54 -10:00
Jack Andersen
6e160560fa CMoviePlayer initial implementation 2016-03-06 17:12:32 -10:00