metaforce/DataSpec
Lioncash cf054f35a3 SpecBase: Remove usages of const_cast
It's generally the case that mutexes are marked as mutable whenever they
need to be used within a const class context, given they don't directly
participate as a bitwise member of the class, but only transiently exist
so that synchronization operations can occur.

Given that, marking the member as mutable in this case makes sense.
2020-04-09 20:26:31 -04:00
..
Blender Blender 2.81 support 2019-12-10 18:45:55 -05:00
DNACommon TXTR: Mark constexpr functions static 2020-03-31 20:36:45 -04:00
DNAMP1 PAK: Make use of unique_ptr in getBuffer() 2020-04-05 10:16:09 -04:00
DNAMP2 STRG: Avoid unnecessary copies 2020-03-31 13:23:21 -04:00
DNAMP3 DNAMP3/PAK: Make use of unique_ptr in getBuffer() 2020-04-05 10:20:59 -04:00
AssetMap32Download.cmake Update file download locations 2019-07-12 01:06:23 -07:00
AssetMap64Download.cmake Update file download locations 2019-07-12 01:06:23 -07:00
AssetNameMap.cpp Massive fmtlib refactor 2019-07-19 18:27:21 -10:00
AssetNameMap.hpp New code style refactor 2018-12-07 19:30:43 -10:00
CMakeLists.txt CActorContraption fixes, better CMake dependency handling 2019-06-11 16:05:17 -10:00
SpecBase.cpp SpecBase: Remove usages of const_cast 2020-04-09 20:26:31 -04:00
SpecBase.hpp SpecBase: Remove usages of const_cast 2020-04-09 20:26:31 -04:00
SpecMP1.cpp SpecMP1: Make use of emplace_back() where applicable 2020-03-31 12:40:37 -04:00
SpecMP2.cpp SpecMP2: Make use of emplace_back()'s return value 2020-03-31 12:46:20 -04:00
SpecMP3.cpp SpecMP3: Make use of emplace_back()'s return value 2020-03-31 12:33:51 -04:00